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

Commit dba13f5d authored by Vidyakumar Athota's avatar Vidyakumar Athota
Browse files

ASoC: msm: change compress audio DAI link



Compress platform driver implemented as per compress offload,
ALSA framework. Update all compress FE DAI links with the new
platform name.

Change-Id: I0753c5ac0c9c256148c6cbd9134ea0887fb2f948
Signed-off-by: default avatarVidyakumar Athota <vathota@codeaurora.org>
parent ec873f34
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -2297,7 +2297,7 @@ static struct snd_soc_dai_link apq8084_common_dai_links[] = {
		.name = "APQ8084 Compr",
		.stream_name = "COMPR",
		.cpu_dai_name	= "MultiMedia4",
		.platform_name  = "msm-compr-dsp",
		.platform_name  = "msm-compress-dsp",
		.dynamic = 1,
		.trigger = {SND_SOC_DPCM_TRIGGER_POST,
			 SND_SOC_DPCM_TRIGGER_POST},
@@ -2420,7 +2420,7 @@ static struct snd_soc_dai_link apq8084_common_dai_links[] = {
		.name = "APQ8084 Compr2",
		.stream_name = "COMPR2",
		.cpu_dai_name	= "MultiMedia6",
		.platform_name  = "msm-compr-dsp",
		.platform_name  = "msm-compress-dsp",
		.dynamic = 1,
		.trigger = {SND_SOC_DPCM_TRIGGER_POST,
			 SND_SOC_DPCM_TRIGGER_POST},
@@ -2435,7 +2435,7 @@ static struct snd_soc_dai_link apq8084_common_dai_links[] = {
		.name = "APQ8084 Compr3",
		.stream_name = "COMPR3",
		.cpu_dai_name	= "MultiMedia7",
		.platform_name  = "msm-compr-dsp",
		.platform_name  = "msm-compress-dsp",
		.dynamic = 1,
		.trigger = {SND_SOC_DPCM_TRIGGER_POST,
			 SND_SOC_DPCM_TRIGGER_POST},
@@ -2450,7 +2450,7 @@ static struct snd_soc_dai_link apq8084_common_dai_links[] = {
		.name = "APQ8084 Compr4",
		.stream_name = "COMPR4",
		.cpu_dai_name	= "MultiMedia8",
		.platform_name  = "msm-compr-dsp",
		.platform_name  = "msm-compress-dsp",
		.dynamic = 1,
		.trigger = {SND_SOC_DPCM_TRIGGER_POST,
			 SND_SOC_DPCM_TRIGGER_POST},