]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commitdiff
ASoC: adau171x1: Connect playback DAI to the DSP
authorLars-Peter Clausen <lars@metafoo.de>
Fri, 6 Jul 2018 13:19:14 +0000 (16:19 +0300)
committerMark Brown <broonie@kernel.org>
Mon, 9 Jul 2018 11:29:03 +0000 (12:29 +0100)
The playback DAI is connected to the DSP and the DSP might be sourcing
signals from the playback stream. Add a DAPM route between the two to make
sure that the playback DAI is powered up, when the DSP is active.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Alexandru Ardelean <alexandru.ardelean@analog.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/adau17x1.c

index ae41edd1c406b4fa38d1aed55670cfd227ee660a..57169b8ff14e3f4d02871ccbc074eb14fec5d5e5 100644 (file)
@@ -299,6 +299,7 @@ static const struct snd_soc_dapm_route adau17x1_dsp_dapm_routes[] = {
 
        { "DSP", NULL, "Left Decimator" },
        { "DSP", NULL, "Right Decimator" },
+       { "DSP", NULL, "Playback" },
 };
 
 static const struct snd_soc_dapm_route adau17x1_no_dsp_dapm_routes[] = {