]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - sound/pci/ice1712/prodigy192.h
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
[linux-2.6-omap-h63xx.git] / sound / pci / ice1712 / prodigy192.h
index 2fa2e62b9e047cea85254f97519aee75c4f5c105..16a53b459c728a6833744ad704e93dc9bc8a3ef9 100644 (file)
@@ -5,7 +5,15 @@
 #define PRODIGY192_STAC9460_ADDR       0x54
 
 #define VT1724_SUBDEVICE_PRODIGY192VE   0x34495345     /* PRODIGY 192 VE */
+/*
+ *  AudioTrak Prodigy192 GPIO definitions for MI/ODI/O card with
+ *  AK4114 (SPDIF-IN)
+ */
+#define VT1724_PRODIGY192_CS   (1 << 8)        /* GPIO8, pin 75 */
+#define VT1724_PRODIGY192_CCLK (1 << 9)        /* GPIO9, pin 76 */
+#define VT1724_PRODIGY192_CDOUT        (1 << 10)       /* GPIO10, pin 77 */
+#define VT1724_PRODIGY192_CDIN (1 << 11)       /* GPIO11, pin 86 */
 
-extern const struct snd_ice1712_card_info  snd_vt1724_prodigy192_cards[];
+extern struct snd_ice1712_card_info  snd_vt1724_prodigy192_cards[];
 
 #endif /* __SOUND_PRODIGY192_H */