]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: hda - Clear the power-saving states properly at reset
authorTakashi Iwai <tiwai@suse.de>
Tue, 8 May 2012 14:57:12 +0000 (16:57 +0200)
committerTakashi Iwai <tiwai@suse.de>
Tue, 8 May 2012 16:01:01 +0000 (18:01 +0200)
commit23c1821c561597f1868463b6410825cbb5ba7ace
tree4893c4506f0a0279a36629349c3b8f08be605232
parenta6fc00f64b0be61575fd56a9dd2f07766e3579a2
ALSA: hda - Clear the power-saving states properly at reset

Some power-saving states have been left unchanged in
snd_hda_codec_reset(), and this is a potential danger because the
function may be called in various situations including the continuous
operation after that call.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/hda_codec.c