]> git.neil.brown.name Git - history.git/commitdiff
ALSA CVS update - Takashi Iwai <tiwai@suse.de>
authorJaroslav Kysela <perex@suse.cz>
Thu, 5 Feb 2004 16:56:19 +0000 (17:56 +0100)
committerJaroslav Kysela <perex@suse.cz>
Thu, 5 Feb 2004 16:56:19 +0000 (17:56 +0100)
ICE1712 driver
- fixed the GPIO pins for CS8415 CS and CDTO.

sound/pci/ice1712/aureon.h

index 463070babfc3a6bb275ca904e6056a8a7f660637..c7181425cc1f7c18ac56bb5a7695c4f40c718db0 100644 (file)
@@ -33,8 +33,8 @@
 extern struct snd_ice1712_card_info  snd_vt1724_aureon_cards[];
 
 /* GPIO bits */
-#define AUREON_CS8415_CS       (1 << 23)
-#define AUREON_CS8415_CDTO     (1 << 22)
+#define AUREON_CS8415_CS       (1 << 22)
+#define AUREON_CS8415_CDTO     (1 << 21)
 #define AUREON_WM_RESET                (1 << 20)
 #define AUREON_WM_CLK          (1 << 19)
 #define AUREON_WM_DATA         (1 << 18)