[PATCH] ALSA: emu10k1: Fix outl() in snd_emu10k1_resume_regs()
commit9e3fb449a46c40b3815d53d5c749066bd436a9b1
authorArnaud Patard <arnaud.patard@rtp-net.org>
Mon, 16 Oct 2006 12:35:57 +0000 (16 14:35 +0200)
committerChris Wright <chrisw@sous-sol.org>
Sat, 4 Nov 2006 01:33:44 +0000 (3 17:33 -0800)
tree320f30acf4838cd51ef58b8e493cf937670c4fb6
parent0880d4e6062e116ab02f5f40814e8938b6f58c2e
[PATCH] 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.

From: Arnaud Patard <arnaud.patard@rtp-net.org>
Signed-off-by: Arnaud Patard <arnaud.patard@rtp-net.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Chris Wright <chrisw@sous-sol.org>
sound/pci/emu10k1/emu10k1_main.c