[alsa-devel] [PATCH 4/8] ASoC: rt5665: CLKDET is also a power of ASRC
Bard Liao
bardliao at realtek.com
Wed Mar 8 12:05:32 CET 2017
We need to power on CLKDET to use ASRC function.
Signed-off-by: Bard Liao <bardliao at realtek.com>
---
sound/soc/codecs/rt5665.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/sound/soc/codecs/rt5665.c b/sound/soc/codecs/rt5665.c
index 4fd542b..efacc94 100644
--- a/sound/soc/codecs/rt5665.c
+++ b/sound/soc/codecs/rt5665.c
@@ -3181,6 +3181,9 @@ static const struct snd_soc_dapm_route rt5665_dapm_routes[] = {
{"DAC Mono Right Filter", NULL, "DAC Mono R ASRC", is_using_asrc},
{"DAC Stereo1 Filter", NULL, "DAC STO1 ASRC", is_using_asrc},
{"DAC Stereo2 Filter", NULL, "DAC STO2 ASRC", is_using_asrc},
+ {"I2S1 ASRC", NULL, "CLKDET"},
+ {"I2S2 ASRC", NULL, "CLKDET"},
+ {"I2S3 ASRC", NULL, "CLKDET"},
/*Vref*/
{"Mic Det Power", NULL, "Vref2"},
--
2.7.4
More information about the Alsa-devel
mailing list