Re: [alsa-devel] [PATCH 2/2] ASoC: img: Add driver for Pistachio internal DAC

2015-12-08 Thread Damien Horsley
On 25/11/15 12:47, Mark Brown wrote: > On Mon, Nov 23, 2015 at 05:24:59PM +, Damien Horsley wrote: > >> +/* The mute state as set by alsa using the digital_mute callback */ >> +bool alsa_mute_state; >> +/* The mute state as set by the userspace mute control */ >> +bool control_

Re: [alsa-devel] [PATCH 2/2] ASoC: img: Add driver for Pistachio internal DAC

2015-11-25 Thread Mark Brown
On Mon, Nov 23, 2015 at 05:24:59PM +, Damien Horsley wrote: > + /* The mute state as set by alsa using the digital_mute callback */ > + bool alsa_mute_state; > + /* The mute state as set by the userspace mute control */ > + bool control_mute_state; > + /* The actual mute st