mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* Re: [alsa-devel] [PATCH v2 2/9] ASoC: da7210: Add support for line input and mic
       [not found] <1318514644.12107.472.camel@matrix>
@ 2011-10-13 16:19 ` Mark Brown
  0 siblings, 0 replies; only message in thread
From: Mark Brown @ 2011-10-13 16:19 UTC (permalink / raw)
  To: Ashish Chavan
  Cc: lrg, alsa-devel, David Dajun Chen, kuninori.morimoto.gx, linux-kernel

On Thu, Oct 13, 2011 at 07:34:04PM +0530, Ashish Chavan wrote:
>  	} else {
> -		/* Volume 7 */
> -		snd_soc_update_bits(codec, DA7210_MIC_L, 0x7, 0x7);
> -		snd_soc_update_bits(codec, DA7210_MIC_R, 0x7, 0x7);
> -
> -		/* Enable Mic */
> -		snd_soc_update_bits(codec, DA7210_INMIX_L, 0x1F, 0x1);
> -		snd_soc_update_bits(codec, DA7210_INMIX_R, 0x1F, 0x1);
> +		/* Enable Mic,AUX1 and AUX2 */
> +		snd_soc_update_bits(codec, DA7210_INMIX_L, 0x1F, 0xD);
> +		snd_soc_update_bits(codec, DA7210_INMIX_R, 0x1F, 0xD);

So, I did mention that the DAPM patch should come first when I reviewed
your previous series...

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-10-13 16:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1318514644.12107.472.camel@matrix>
2011-10-13 16:19 ` [alsa-devel] [PATCH v2 2/9] ASoC: da7210: Add support for line input and mic Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome