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

Commit 9ee85df9 authored by Aravind Kumar's avatar Aravind Kumar
Browse files

ASoC: msm: Update platform driver for compress audio playback



Use the soc-compress platform driver for all compress FEs.

Change-Id: I969d7aa2b3e46f4fa626e2f884b7a1016939a31e
Signed-off-by: default avatarAravind Kumar <akumark@codeaurora.org>
parent 02983880
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
/* Copyright (c) 2012-2013, The Linux Foundation. All rights reserved.
/* Copyright (c) 2012-2014, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
@@ -1071,7 +1071,7 @@ static struct snd_soc_dai_link mpq8092_common_dai_links[] = {
		.name = "MPQ8092 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},
@@ -1087,7 +1087,7 @@ static struct snd_soc_dai_link mpq8092_common_dai_links[] = {
		.name = "MPQ8092 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},
@@ -1102,7 +1102,7 @@ static struct snd_soc_dai_link mpq8092_common_dai_links[] = {
		.name = "MPQ8092 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},
@@ -1117,7 +1117,7 @@ static struct snd_soc_dai_link mpq8092_common_dai_links[] = {
		.name = "MPQ8092 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},