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

Commit c494db91 authored by Xiaojun Sang's avatar Xiaojun Sang Committed by SoumyaManagoli
Browse files

ASoC: msm: remove unused msm-compr-q6-v2



msm-compr-q6-v2.c and msm-compr-q6-v2.h are no longer used.

CRs-Fixed: 2022953
Change-Id: I856d90a212a3e123a2c8b80092aff003f7c608c7
Signed-off-by: default avatarXiaojun Sang <xsang@codeaurora.org>
parent abd5dcfc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1826,7 +1826,7 @@ static struct snd_soc_dai_link apq8084_dai_links[] = {
		.name = "APQ8084 Compr8",
		.stream_name = "COMPR8",
		.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},
+1 −1
Original line number Diff line number Diff line
@@ -3046,7 +3046,7 @@ static struct snd_soc_dai_link apq8084_common_dai_links[] = {
		.name = "APQ8084 Compr8",
		.stream_name = "COMPR8",
		.cpu_dai_name	= "MultiMedia8",
		.platform_name  = "msm-compr-dsp",
		.platform_name  = "msm-compress-dsp",
		.dynamic = 1,
		.async_ops = ASYNC_DPCM_SND_SOC_PREPARE
			| ASYNC_DPCM_SND_SOC_HW_PARAMS,
+1 −1
Original line number Diff line number Diff line
@@ -1494,7 +1494,7 @@ static struct snd_soc_dai_link msm8226_common_dai[] = {
		.name = "MSM8226 Compr8",
		.stream_name = "COMPR8",
		.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},
+1 −1
Original line number Diff line number Diff line
@@ -2163,7 +2163,7 @@ static struct snd_soc_dai_link msm8974_common_dai_links[] = {
		.name = "MSM8974 Compr8",
		.stream_name = "COMPR8",
		.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},
+1 −1
Original line number Diff line number Diff line
@@ -2261,7 +2261,7 @@ static struct snd_soc_dai_link msm8994_common_dai_links[] = {
		.name = "MSM8994 Compr8",
		.stream_name = "COMPR8",
		.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},
Loading