Commit 70aa7053 authored by Jaroslav Kysela's avatar Jaroslav Kysela

ALSA CVS update

Maestro3 driver
Fixed the typo in the last change for pci_set_master() call...
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 6ab2bc94
......@@ -2435,7 +2435,7 @@ static int m3_resume(snd_card_t *card, unsigned int state)
if (chip->suspend_mem == NULL)
return 0;
pci_set_master(pci);
pci_set_master(chip->pci);
/* first lets just bring everything back. .*/
snd_m3_outw(chip, 0, 0x54);
......
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