summaryrefslogtreecommitdiff
path: root/sound/soc/fsl
diff options
context:
space:
mode:
authorShengjiu Wang <shengjiu.wang@nxp.com>2020-05-11 16:51:40 +0800
committerShengjiu Wang <shengjiu.wang@nxp.com>2020-05-11 17:34:03 +0800
commitfe658acc3cdbcc29e204e6ace5fdcd3388ba42ef (patch)
tree0191784a30cb9f825597fee64cf8acccfb4eda7d /sound/soc/fsl
parent8eb94a91d05a613e89b91ad465c11f8ddefe89b5 (diff)
MLK-23975: ASoC: imx-dsp: Remove wrong dapm route
With route "Playback" -> "Playback", dapm will enable the "Playback" widget to be power on, there is this same widget for codec component, then codec will enter the SND_SOC_BIAS_ON level, then mclk is enabled When the mclk is bound with a power domain, the power domain will be enabled always. Signed-off-by: Shengjiu Wang <shengjiu.wang@nxp.com> Reviewed-by: Peng Zhang <peng.zhang_8@nxp.com>
Diffstat (limited to 'sound/soc/fsl')
-rw-r--r--sound/soc/fsl/imx-dsp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/fsl/imx-dsp.c b/sound/soc/fsl/imx-dsp.c
index cea5e6564077..3d87753c60da 100644
--- a/sound/soc/fsl/imx-dsp.c
+++ b/sound/soc/fsl/imx-dsp.c
@@ -66,7 +66,6 @@ static int be_hw_params_fixup(struct snd_soc_pcm_runtime *rtd,
static const struct snd_soc_dapm_route imx_dsp_audio_map[] = {
{"Playback", NULL, "Compress Playback"},/* dai route for be and fe */
- {"Playback", NULL, "Playback"},
};
static int imx_dsp_audio_probe(struct platform_device *pdev)