[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20111013161959.GI5193@opensource.wolfsonmicro.com>
Date: Thu, 13 Oct 2011 17:19:59 +0100
From: Mark Brown <broonie@...nsource.wolfsonmicro.com>
To: Ashish Chavan <ashish.chavan@...tcummins.com>
Cc: lrg <lrg@...com>, alsa-devel <alsa-devel@...a-project.org>,
David Dajun Chen <david.chen@...semi.com>,
"kuninori.morimoto.gx" <kuninori.morimoto.gx@...esas.com>,
linux-kernel <linux-kernel@...r.kernel.org>
Subject: Re: [alsa-devel] [PATCH v2 2/9] ASoC: da7210: Add support for line
input and mic
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...
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists