diff options
author | Lars-Peter Clausen <lars@metafoo.de> | 2018-07-06 16:19:14 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2018-07-09 12:29:03 +0100 |
commit | 5bea327962fa296efd16f2d3369dd339ddd7ce6f (patch) | |
tree | 5bb017e273163d59fa03c533ca56ebcdaeffc104 | |
parent | 9d1310daedae494874fe36a995172e64b06e29a4 (diff) | |
download | lwn-5bea327962fa296efd16f2d3369dd339ddd7ce6f.tar.gz lwn-5bea327962fa296efd16f2d3369dd339ddd7ce6f.zip |
ASoC: adau171x1: Connect playback DAI to the DSP
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>
-rw-r--r-- | sound/soc/codecs/adau17x1.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/codecs/adau17x1.c b/sound/soc/codecs/adau17x1.c index ae41edd1c406..57169b8ff14e 100644 --- a/sound/soc/codecs/adau17x1.c +++ b/sound/soc/codecs/adau17x1.c @@ -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[] = { |