mirror of
https://github.com/team-infusion-developers/android_kernel_samsung_msm8976.git
synced 2024-11-01 02:21:16 +00:00
Merge "ASoC: msm: Add QCHAT as Front-end DAI link"
This commit is contained in:
commit
184a7c5d01
1 changed files with 16 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue