Commit a8cff6f9 authored by Jaroslav Kysela's avatar Jaroslav Kysela

ALSA CVS update

ALI5451 driver
Added the missing snd_power_change_state() in the resume callback.
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent bf0ebec7
......@@ -1971,6 +1971,7 @@ static int ali_resume(snd_card_t *card, unsigned int state)
spin_unlock_irq(&chip->reg_lock);
snd_ac97_resume(chip->ac97);
snd_power_change_state(card, SNDRV_CTL_POWER_D0);
return 0;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment