Merge "ASoC: msm: Add QCHAT as Front-end DAI link"

This commit is contained in:
Linux Build Service Account 2015-04-09 12:58:57 -07:00 committed by Gerrit - the friendly Code Review server
commit 184a7c5d01

View file

@ -1930,6 +1930,22 @@ static struct snd_soc_dai_link msm8x16_dai[] = {
.codec_dai_name = "snd-soc-dummy-dai",
.codec_name = "snd-soc-dummy",
},
{ /* hw:x, 26 */
.name = "QCHAT",
.stream_name = "QCHAT",
.cpu_dai_name = "QCHAT",
.platform_name = "msm-pcm-voice",
.dynamic = 1,
.trigger = {SND_SOC_DPCM_TRIGGER_POST,
SND_SOC_DPCM_TRIGGER_POST},
.no_host_mode = SND_SOC_DAI_LINK_NO_HOST,
.ignore_suspend = 1,
/* this dainlink has playback support */
.ignore_pmdown_time = 1,
.codec_dai_name = "snd-soc-dummy-dai",
.codec_name = "snd-soc-dummy",
.be_id = MSM_FRONTEND_DAI_QCHAT,
},
/* Backend I2S DAI Links */
{
.name = LPASS_BE_PRI_MI2S_RX,