22 Aug
2011
22 Aug
'11
12:19 p.m.
On 20/08/11 11:17, Mark Brown wrote:
Make AIFCLK supply the record paths otherwise record will not work unless there is a simultaneous playback.
Signed-off-by: Mark Brown broonie@opensource.wolfsonmicro.com
sound/soc/codecs/wm8996.c | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/sound/soc/codecs/wm8996.c b/sound/soc/codecs/wm8996.c index a44a0e5..0371736 100644 --- a/sound/soc/codecs/wm8996.c +++ b/sound/soc/codecs/wm8996.c @@ -1213,6 +1213,16 @@ static const struct snd_soc_dapm_route wm8996_dapm_routes[] = { { "AIF2RX0", NULL, "AIFCLK" }, { "AIF2RX1", NULL, "AIFCLK" },
- { "AIF1TX0", NULL, "AIFCLK" },
- { "AIF1TX1", NULL, "AIFCLK" },
- { "AIF1TX2", NULL, "AIFCLK" },
- { "AIF1TX3", NULL, "AIFCLK" },
- { "AIF1TX4", NULL, "AIFCLK" },
- { "AIF1TX5", NULL, "AIFCLK" },
- { "AIF2TX0", NULL, "AIFCLK" },
- { "AIF2TX1", NULL, "AIFCLK" },
- { "DSP1RXL", NULL, "SYSDSPCLK" }, { "DSP1RXR", NULL, "SYSDSPCLK" }, { "DSP2RXL", NULL, "SYSDSPCLK" },
Acked-by: Liam Girdwood lrg@ti.com