alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ASoC: ak4641: Use SND_SOC_DAPM_DAC for Voice Playback stream widget
@ 2011-10-19 15:24 Axel Lin
  2011-10-19 16:48 ` Girdwood, Liam
  2011-10-19 17:02 ` Mark Brown
  0 siblings, 2 replies; 3+ messages in thread
From: Axel Lin @ 2011-10-19 15:24 UTC (permalink / raw)
  To: linux-kernel
  Cc: Liam Girdwood, Mark Brown, Harald Welte, Philipp Zabel,
	Dmitry Artamonow, alsa-devel

Signed-off-by: Axel Lin <axel.lin@gmail.com>
---
 sound/soc/codecs/ak4641.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/sound/soc/codecs/ak4641.c b/sound/soc/codecs/ak4641.c
index f5125ae..7783858 100644
--- a/sound/soc/codecs/ak4641.c
+++ b/sound/soc/codecs/ak4641.c
@@ -225,7 +225,7 @@ static const struct snd_soc_dapm_widget ak4641_dapm_widgets[] = {
 	SND_SOC_DAPM_PGA("Mono Out 2", AK4641_PM2, 3, 0, NULL, 0),
 
 	SND_SOC_DAPM_ADC("Voice ADC", "Voice Capture", AK4641_BTIF, 0, 0),
-	SND_SOC_DAPM_ADC("Voice DAC", "Voice Playback", AK4641_BTIF, 1, 0),
+	SND_SOC_DAPM_DAC("Voice DAC", "Voice Playback", AK4641_BTIF, 1, 0),
 
 	SND_SOC_DAPM_MICBIAS("Mic Int Bias", AK4641_MIC, 3, 0),
 	SND_SOC_DAPM_MICBIAS("Mic Ext Bias", AK4641_MIC, 4, 0),
-- 
1.7.5.4

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

* Re: [PATCH] ASoC: ak4641: Use SND_SOC_DAPM_DAC for Voice Playback stream widget
  2011-10-19 15:24 [PATCH] ASoC: ak4641: Use SND_SOC_DAPM_DAC for Voice Playback stream widget Axel Lin
@ 2011-10-19 16:48 ` Girdwood, Liam
  2011-10-19 17:02 ` Mark Brown
  1 sibling, 0 replies; 3+ messages in thread
From: Girdwood, Liam @ 2011-10-19 16:48 UTC (permalink / raw)
  To: Axel Lin
  Cc: alsa-devel, Dmitry Artamonow, Mark Brown, linux-kernel,
	Harald Welte, Philipp Zabel

On 19 October 2011 16:24, Axel Lin <axel.lin@gmail.com> wrote:
> Signed-off-by: Axel Lin <axel.lin@gmail.com>
> ---
>  sound/soc/codecs/ak4641.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/sound/soc/codecs/ak4641.c b/sound/soc/codecs/ak4641.c
> index f5125ae..7783858 100644
> --- a/sound/soc/codecs/ak4641.c
> +++ b/sound/soc/codecs/ak4641.c
> @@ -225,7 +225,7 @@ static const struct snd_soc_dapm_widget ak4641_dapm_widgets[] = {
>        SND_SOC_DAPM_PGA("Mono Out 2", AK4641_PM2, 3, 0, NULL, 0),
>
>        SND_SOC_DAPM_ADC("Voice ADC", "Voice Capture", AK4641_BTIF, 0, 0),
> -       SND_SOC_DAPM_ADC("Voice DAC", "Voice Playback", AK4641_BTIF, 1, 0),
> +       SND_SOC_DAPM_DAC("Voice DAC", "Voice Playback", AK4641_BTIF, 1, 0),
>
>        SND_SOC_DAPM_MICBIAS("Mic Int Bias", AK4641_MIC, 3, 0),
>        SND_SOC_DAPM_MICBIAS("Mic Ext Bias", AK4641_MIC, 4, 0),
> --
> 1.7.5.4
>

Ah, good catch. Surprised the author did not notice that :)

Acked-by: Liam Girdwood <lrg@ti.com>


>
>
_______________________________________________
Alsa-devel mailing list
Alsa-devel@alsa-project.org
http://mailman.alsa-project.org/mailman/listinfo/alsa-devel

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

* Re: [PATCH] ASoC: ak4641: Use SND_SOC_DAPM_DAC for Voice Playback stream widget
  2011-10-19 15:24 [PATCH] ASoC: ak4641: Use SND_SOC_DAPM_DAC for Voice Playback stream widget Axel Lin
  2011-10-19 16:48 ` Girdwood, Liam
@ 2011-10-19 17:02 ` Mark Brown
  1 sibling, 0 replies; 3+ messages in thread
From: Mark Brown @ 2011-10-19 17:02 UTC (permalink / raw)
  To: Axel Lin
  Cc: alsa-devel, Dmitry Artamonow, linux-kernel, Harald Welte,
	Philipp Zabel, Liam Girdwood

On Wed, Oct 19, 2011 at 11:24:54PM +0800, Axel Lin wrote:
> Signed-off-by: Axel Lin <axel.lin@gmail.com>

Applied, thanks.

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

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

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-19 15:24 [PATCH] ASoC: ak4641: Use SND_SOC_DAPM_DAC for Voice Playback stream widget Axel Lin
2011-10-19 16:48 ` Girdwood, Liam
2011-10-19 17:02 ` Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).