On Fri, Dec 18, 2009 at 11:03:27AM +0100, Michael Trimarchi wrote:
As reported by the datasheet the LM4853 has a bias circuitry shutdown. This shutdown function is activated by applying a logic high to the SHUTDOWN pin. This pin as command by the
So this is an ASoC-specific question, not a generic ALSA one...
static int lm4853_event(struct snd_soc_dapm_widget *w, struct snd_kcontrol *k, int event)
in gta02. I don't put any debug stuff there but I suppose if I open the device with and asound.conf that set the value to true of the Stereo Out this event is called. Is it right?
ASoC will only power things up if they're being used so setting that control may or may not power things up. I'm still not sure what you're getting at with these questions - are you experiencing some problem, or is this just a case of getting things straight in your head?