commit: http://blackfin.uclinux.org/git/?p=linux-kernel;a=commitdiff;h=dffe3438c1b67f50bb8f0d32e589ecc25b4df200 branch: http://blackfin.uclinux.org/git/?p=linux-kernel;a=shortlog;h=refs/heads/trunk
Without it the capture audio will be silent. Signed-off-by: Scott Jiang <[email protected]> Signed-off-by: Bob Liu <[email protected]> --- sound/soc/codecs/adau1761.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/sound/soc/codecs/adau1761.c b/sound/soc/codecs/adau1761.c index 17c42fe..c07ef49 100644 --- a/sound/soc/codecs/adau1761.c +++ b/sound/soc/codecs/adau1761.c @@ -427,6 +427,8 @@ static const struct snd_soc_dapm_route adau1761_dapm_routes[] = { { "Digital Clock 0", NULL, "SYSCLK" }, { "Digital Clock 1", NULL, "SYSCLK" }, + + { "AIFOUT", NULL, "Decimator Resync Clock" }, }; static int adau1761_set_bias_level(struct snd_soc_codec *codec,
_______________________________________________ Linux-kernel-commits mailing list [email protected] https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits
