diff options
author | Takashi Iwai <tiwai@suse.de> | 2007-08-13 09:29:04 -0400 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 2007-10-16 09:58:49 -0400 |
commit | 95e99fdadb34debebd8dd35bb5a18b253dece22d (patch) | |
tree | 5e402674ca1b08ba9a6c80a96e07bf2c08488b7d /sound/pci/hda/hda_intel.c | |
parent | 51882453a729675aa7266aa87d99f33eca310c86 (diff) |
[ALSA] hda-intel - Fix resume with power save
The controller power wasn't turned on properly at resume due to the
power-saving patch. Now fixed.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
Diffstat (limited to 'sound/pci/hda/hda_intel.c')
-rw-r--r-- | sound/pci/hda/hda_intel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c index 7be3a9b55330..f9c7c2e4f922 100644 --- a/sound/pci/hda/hda_intel.c +++ b/sound/pci/hda/hda_intel.c | |||
@@ -1500,7 +1500,7 @@ static int azx_acquire_irq(struct azx *chip, int do_disconnect) | |||
1500 | 1500 | ||
1501 | static void azx_stop_chip(struct azx *chip) | 1501 | static void azx_stop_chip(struct azx *chip) |
1502 | { | 1502 | { |
1503 | if (chip->initialized) | 1503 | if (!chip->initialized) |
1504 | return; | 1504 | return; |
1505 | 1505 | ||
1506 | /* disable interrupts */ | 1506 | /* disable interrupts */ |