Re: [alsa-devel] [PATCH v7 2/3] ASoC: da7210: Add support for lineout and DAC

From: Girdwood, Liam
Date: Thu Oct 20 2011 - 13:10:44 EST


On 20 October 2011 15:42, Ashish Chavan <ashish.chavan@xxxxxxxxxxxxxxx> wrote:
> DA7210 has three line outputs. OUT1 Left, OUT1 Right and OUT2 (mono).
> This patch adds support for gain controls for these three line outs.
> It also adds support for overall DAC gain control.
>
> Signed-off-by: Ashish Chavan <ashish.chavan@xxxxxxxxxxxxxxx>
> Signed-off-by: David Dajun Chen <dchen@xxxxxxxxxxx>
> ---
> Changes since v1:
> - Removed explicit setting of default gains
> - Renamed "DAC Playback" to "Digital Playback"
> ---
> Âsound/soc/codecs/da7210.c | Â 42 ++++++++++++++++++++++++++++++++++++++++++
> Â1 files changed, 42 insertions(+), 0 deletions(-)
>

>
> + Â Â Â /* Enable Line out amplifiers */
> + Â Â Â snd_soc_write(codec, DA7210_OUT1_L, DA7210_OUT1_L_EN);
> + Â Â Â snd_soc_write(codec, DA7210_OUT1_R, DA7210_OUT1_R_EN);
> + Â Â Â snd_soc_write(codec, DA7210_OUT2, DA7210_OUT2_EN |
> + Â Â Â Â Â Â Â Â Â ÂDA7210_OUT2_OUTMIX_L | DA7210_OUT2_OUTMIX_R);
> +

Any reason for not using DAPM here ? Otherwise they are always on
making your chip burn mW.....

Thanks

Liam
--
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/