瀏覽代碼

Merge branch 'fix/ctxfi' into topic/ctxfi

Takashi Iwai 16 年之前
父節點
當前提交
9c6c529a21
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      sound/pci/ctxfi/ctdaio.c

+ 2 - 2
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] = {
 struct daio_rsc_idx idx_20k2[NUM_DAIOTYP] = {
 	[LINEO1] = {.left = 0x40, .right = 0x41},
 	[LINEO1] = {.left = 0x40, .right = 0x41},
-	[LINEO2] = {.left = 0x70, .right = 0x71},
+	[LINEO2] = {.left = 0x60, .right = 0x61},
 	[LINEO3] = {.left = 0x50, .right = 0x51},
 	[LINEO3] = {.left = 0x50, .right = 0x51},
-	[LINEO4] = {.left = 0x60, .right = 0x61},
+	[LINEO4] = {.left = 0x70, .right = 0x71},
 	[LINEIM] = {.left = 0x45, .right = 0xc5},
 	[LINEIM] = {.left = 0x45, .right = 0xc5},
 	[SPDIFOO] = {.left = 0x00, .right = 0x01},
 	[SPDIFOO] = {.left = 0x00, .right = 0x01},
 	[SPDIFIO] = {.left = 0x05, .right = 0x85},
 	[SPDIFIO] = {.left = 0x05, .right = 0x85},