Commit 6ab2bc94 authored by Jaroslav Kysela's avatar Jaroslav Kysela

ALSA CVS update

Maestro3 driver
Call pci_set_master() in resume (to be sure)
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent f33006f3
......@@ -2435,6 +2435,8 @@ static int m3_resume(snd_card_t *card, unsigned int state)
if (chip->suspend_mem == NULL)
return 0;
pci_set_master(pci);
/* first lets just bring everything back. .*/
snd_m3_outw(chip, 0, 0x54);
snd_m3_outw(chip, 0, 0x56);
......
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