[alsa-devel] [PATCH 2/3] ASoC: Add SmartQ sound driver

Mark Brown broonie at opensource.wolfsonmicro.com
Sun Jul 4 11:05:50 CEST 2010


On Sat, Jul 03, 2010 at 02:46:12AM +0200, Maurus Cuelenaere wrote:
> This adds sound support for the SmartQ board.
> 
> The hardware consists of a S3C6410 coupled with a WM8987 over I²S. The WM8750
> driver is used for driving the WM8987, as they are register compatible.

I've applied this, but...

> +static struct snd_soc_jack_pin smartq_jack_pins[] = {
> +	/* Disable speaker when headphone is plugged in */
> +	{
> +		.pin	= "Internal Speaker",
> +		.mask	= SND_JACK_HEADPHONE,
> +		.invert	= true,
> +	},
> +};

...it probably also make sense to disable the headphone output when the
headphone is not plugged in to save power?


More information about the Alsa-devel mailing list