All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ASoC: WM8996 record paths need AIFCLK
@ 2011-08-20 10:17 Mark Brown
  2011-08-22 10:19 ` Liam Girdwood
  0 siblings, 1 reply; 2+ messages in thread
From: Mark Brown @ 2011-08-20 10:17 UTC (permalink / raw)
  To: Liam Girdwood; +Cc: alsa-devel, patches, Mark Brown

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" },
-- 
1.7.5.4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] ASoC: WM8996 record paths need AIFCLK
  2011-08-20 10:17 [PATCH] ASoC: WM8996 record paths need AIFCLK Mark Brown
@ 2011-08-22 10:19 ` Liam Girdwood
  0 siblings, 0 replies; 2+ messages in thread
From: Liam Girdwood @ 2011-08-22 10:19 UTC (permalink / raw)
  To: Mark Brown; +Cc: alsa-devel, patches

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>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-08-22 10:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-08-20 10:17 [PATCH] ASoC: WM8996 record paths need AIFCLK Mark Brown
2011-08-22 10:19 ` Liam Girdwood

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.