Re: [alsa-devel] [PATCH 1/9] ASoC: da7210: Add support for lineout and DAC

From: Ashish Chavan
Date: Thu Oct 13 2011 - 04:42:10 EST


On Wed, 2011-10-12 at 15:49 +0100, Mark Brown wrote:
> On Wed, Oct 12, 2011 at 08:26:15PM +0530, Ashish Chavan wrote:
>
> > + SOC_DOUBLE_R_TLV("DAC Playback Volume",
> > + DA7210_DAC_L, DA7210_DAC_R,
> > + 0, 0x77, 1, dac_gain_tlv),
>
> Digital Playback Volume.

OK, will update it.

>
> > + /* Set default DAC gain */
> > + snd_soc_write(codec, DA7210_DAC_L, DA7210_DFLT_DAC_GAIN);
> > + snd_soc_write(codec, DA7210_DAC_R, DA7210_DFLT_DAC_GAIN);
>
> No, use chip defaults.
>

I see.


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/