]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ALSA: emu10k1: Fix outl() in snd_emu10k1_resume_regs()
authorArnaud Patard <arnaud.patard@rtp-net.org>
Mon, 8 Jan 2007 22:09:59 +0000 (23:09 +0100)
committerAdrian Bunk <bunk@stusta.de>
Tue, 9 Jan 2007 02:23:35 +0000 (03:23 +0100)
commit8ae749cc41ff674b85afaa2e5b70ad35d2e79078
tree12f5c84a782aad7c1f803a7fda1cb840671f0de8
parent748edb446a1b261da8ae5d46210f2ff7f7d345f9
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: Adrian Bunk <bunk@stusta.de>
sound/pci/emu10k1/emu10k1_main.c