Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a7288b16 authored by Lakshman Chaluvaraju's avatar Lakshman Chaluvaraju Committed by Subhadra Jagadeesan
Browse files

Asoc: sdm450: Add capture support for Multimedia10 FE



Remove compress PCM support and Add capture support
for Multimedia10 FE.
This can be used to enable bidirectional audio
usecase such as VoIP.

Change-Id: I1e9e61a92714934c96ecb051f0d659a46bb072c3
Signed-off-by: default avatarLakshman Chaluvaraju <lchalu@codeaurora.org>
parent a82caad5
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -2252,12 +2252,13 @@ static struct snd_soc_dai_link msm8952_dai[] = {
		.ignore_pmdown_time = 1,
	},
	{/* hw:x,27 */
		.name = "MSM8X16 Compress3",
		.stream_name = "Compress3",
		.name = "MSM8X16 MultiMedia10",
		.stream_name = "MultiMedia10",
		.cpu_dai_name	= "MultiMedia10",
		.platform_name  = "msm-pcm-dsp.1",
		.dynamic = 1,
		.dpcm_playback = 1,
		.dpcm_capture = 1,
		.trigger = {SND_SOC_DPCM_TRIGGER_POST,
			 SND_SOC_DPCM_TRIGGER_POST},
		.codec_dai_name = "snd-soc-dummy-dai",