Loading sound/soc/msm/msm8226.c +17 −2 Original line number Diff line number Diff line Loading @@ -1610,7 +1610,7 @@ static struct snd_soc_dai_link msm8226_common_dai[] = { .codec_name = "snd-soc-dummy", .be_id = MSM_FRONTEND_DAI_LSM8, }, { {/* hw:x,28 */ .name = "INT_HFP_BT Hostless", .stream_name = "INT_HFP_BT Hostless", .cpu_dai_name = "INT_HFP_BT_HOSTLESS", Loading @@ -1625,7 +1625,7 @@ static struct snd_soc_dai_link msm8226_common_dai[] = { .codec_dai_name = "snd-soc-dummy-dai", .codec_name = "snd-soc-dummy", }, { {/* hw:x,29 */ .name = "MSM8226 HFP TX", .stream_name = "MultiMedia6", .cpu_dai_name = "MultiMedia6", Loading @@ -1641,6 +1641,21 @@ static struct snd_soc_dai_link msm8226_common_dai[] = { .ignore_pmdown_time = 1, .be_id = MSM_FRONTEND_DAI_MULTIMEDIA6, }, {/* hw:x,30 */ .name = "VoWLAN", .stream_name = "VoWLAN", .cpu_dai_name = "VoWLAN", .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, .ignore_pmdown_time = 1, .codec_dai_name = "snd-soc-dummy-dai", .codec_name = "snd-soc-dummy", .be_id = MSM_FRONTEND_DAI_VOWLAN, }, /* Backend BT/FM DAI Links */ { .name = LPASS_BE_INT_BT_SCO_RX, Loading Loading
sound/soc/msm/msm8226.c +17 −2 Original line number Diff line number Diff line Loading @@ -1610,7 +1610,7 @@ static struct snd_soc_dai_link msm8226_common_dai[] = { .codec_name = "snd-soc-dummy", .be_id = MSM_FRONTEND_DAI_LSM8, }, { {/* hw:x,28 */ .name = "INT_HFP_BT Hostless", .stream_name = "INT_HFP_BT Hostless", .cpu_dai_name = "INT_HFP_BT_HOSTLESS", Loading @@ -1625,7 +1625,7 @@ static struct snd_soc_dai_link msm8226_common_dai[] = { .codec_dai_name = "snd-soc-dummy-dai", .codec_name = "snd-soc-dummy", }, { {/* hw:x,29 */ .name = "MSM8226 HFP TX", .stream_name = "MultiMedia6", .cpu_dai_name = "MultiMedia6", Loading @@ -1641,6 +1641,21 @@ static struct snd_soc_dai_link msm8226_common_dai[] = { .ignore_pmdown_time = 1, .be_id = MSM_FRONTEND_DAI_MULTIMEDIA6, }, {/* hw:x,30 */ .name = "VoWLAN", .stream_name = "VoWLAN", .cpu_dai_name = "VoWLAN", .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, .ignore_pmdown_time = 1, .codec_dai_name = "snd-soc-dummy-dai", .codec_name = "snd-soc-dummy", .be_id = MSM_FRONTEND_DAI_VOWLAN, }, /* Backend BT/FM DAI Links */ { .name = LPASS_BE_INT_BT_SCO_RX, Loading