Merge "ASoC: msm: Add FE dai for MultiMedia21 for ASM Loopback"
This commit is contained in:
commit
c4e3783d9c
1 changed files with 11 additions and 10 deletions
|
@ -3044,21 +3044,22 @@ static struct snd_soc_dai_link apq8096_common_dai_links[] = {
|
|||
.codec_name = "snd-soc-dummy",
|
||||
},
|
||||
{
|
||||
.name = "SLIMBUS_4 Hostless",
|
||||
.stream_name = "SLIMBUS_4 Hostless",
|
||||
.cpu_dai_name = "SLIMBUS4_HOSTLESS",
|
||||
.platform_name = "msm-pcm-hostless",
|
||||
.name = "MSM8996 HFP RX",
|
||||
.stream_name = "MultiMedia21",
|
||||
.cpu_dai_name = "MultiMedia21",
|
||||
.platform_name = "msm-pcm-loopback",
|
||||
.dynamic = 1,
|
||||
.dpcm_playback = 1,
|
||||
.dpcm_capture = 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 dailink has playback support */
|
||||
.ignore_pmdown_time = 1,
|
||||
.codec_dai_name = "snd-soc-dummy-dai",
|
||||
.codec_name = "snd-soc-dummy",
|
||||
.trigger = {SND_SOC_DPCM_TRIGGER_POST,
|
||||
SND_SOC_DPCM_TRIGGER_POST},
|
||||
.ignore_suspend = 1,
|
||||
.no_host_mode = SND_SOC_DAI_LINK_NO_HOST,
|
||||
/* this dainlink has playback support */
|
||||
.ignore_pmdown_time = 1,
|
||||
.be_id = MSM_FRONTEND_DAI_MULTIMEDIA21,
|
||||
},
|
||||
{
|
||||
.name = "VoLTE",
|
||||
|
|
Loading…
Add table
Reference in a new issue