0001
0002 #ifndef __SOUND_PRODIGY192_H
0003 #define __SOUND_PRODIGY192_H
0004
0005 #define PRODIGY192_DEVICE_DESC "{AudioTrak,Prodigy 192},"
0006 #define PRODIGY192_STAC9460_ADDR 0x54
0007
0008 #define VT1724_SUBDEVICE_PRODIGY192VE 0x34495345
0009
0010
0011
0012
0013 #define VT1724_PRODIGY192_CS (1 << 8)
0014 #define VT1724_PRODIGY192_CCLK (1 << 9)
0015 #define VT1724_PRODIGY192_CDOUT (1 << 10)
0016 #define VT1724_PRODIGY192_CDIN (1 << 11)
0017
0018 extern struct snd_ice1712_card_info snd_vt1724_prodigy192_cards[];
0019
0020 #endif