aboutsummaryrefslogtreecommitdiff
path: root/sound/pci
diff options
context:
space:
mode:
authorGravatar Takashi Iwai <tiwai@suse.de> 2009-07-21 19:03:19 +0200
committerGravatar Takashi Iwai <tiwai@suse.de> 2009-07-21 19:03:19 +0200
commit36766835ed17f0a10039272693d3c17e8f8a5142 (patch)
treedeeaee624d39b959ee2e5235b4f54f9436f7b43b /sound/pci
parentMerge branch 'fix/usb-audio' into for-linus (diff)
parentALSA: ctxfi: Swapped SURROUND-SIDE channels on emu20k2 (diff)
downloadlinux-36766835ed17f0a10039272693d3c17e8f8a5142.tar.gz
linux-36766835ed17f0a10039272693d3c17e8f8a5142.tar.bz2
linux-36766835ed17f0a10039272693d3c17e8f8a5142.zip
Merge branch 'fix/ctxfi' into for-linus
* fix/ctxfi: ALSA: ctxfi: Swapped SURROUND-SIDE channels on emu20k2
Diffstat (limited to 'sound/pci')
-rw-r--r--sound/pci/ctxfi/ctdaio.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/pci/ctxfi/ctdaio.c b/sound/pci/ctxfi/ctdaio.c
index 082e35c08c02..deb6cfa73600 100644
--- a/sound/pci/ctxfi/ctdaio.c
+++ b/sound/pci/ctxfi/ctdaio.c
@@ -57,9 +57,9 @@ struct daio_rsc_idx idx_20k1[NUM_DAIOTYP] = {
struct daio_rsc_idx idx_20k2[NUM_DAIOTYP] = {
[LINEO1] = {.left = 0x40, .right = 0x41},
- [LINEO2] = {.left = 0x70, .right = 0x71},
+ [LINEO2] = {.left = 0x60, .right = 0x61},
[LINEO3] = {.left = 0x50, .right = 0x51},
- [LINEO4] = {.left = 0x60, .right = 0x61},
+ [LINEO4] = {.left = 0x70, .right = 0x71},
[LINEIM] = {.left = 0x45, .right = 0xc5},
[SPDIFOO] = {.left = 0x00, .right = 0x01},
[SPDIFIO] = {.left = 0x05, .right = 0x85},