[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>
This commit is contained in:
Takashi Iwai
2007-08-13 15:29:04 +02:00
committed by Jaroslav Kysela
parent 51882453a7
commit 95e99fdadb
2 changed files with 2 additions and 2 deletions

View File

@@ -1500,7 +1500,7 @@ static int azx_acquire_irq(struct azx *chip, int do_disconnect)
static void azx_stop_chip(struct azx *chip)
{
if (chip->initialized)
if (!chip->initialized)
return;
/* disable interrupts */