[ALSA] emu10k1: Fix outl() in snd_emu10k1_resume_regs()
authorArnaud Patard <arnaud.patard@rtp-net.org>
Wed, 4 Oct 2006 16:21:05 +0000 (18:21 +0200)
committerJaroslav Kysela <perex@suse.cz>
Fri, 6 Oct 2006 18:23:03 +0000 (20:23 +0200)
commit4130d59b1ac6e32c130bd59dbce5eb30fede0197
treed238a1b1e21918de75e32078551bdc2cbf663ad7
parent635bbb355ebb735647ca49fb649a6a7edea9b3ed
[ALSA] emu10k1: Fix outl() in snd_emu10k1_resume_regs()

The emu10k1 driver saves the A_IOCFG and HCFG register on suspend and restores
it on resumes. Unfortunately, this doesn't work as the arguments to outl() are
reversed.

Signed-off-by: Arnaud Patard <arnaud.patard@rtp-net.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
sound/pci/emu10k1/emu10k1_main.c