1234567891011121314151617181920 |
- #ifndef __SOUND_PRODIGY192_H
- #define __SOUND_PRODIGY192_H
- #define PRODIGY192_DEVICE_DESC "{AudioTrak,Prodigy 192},"
- #define PRODIGY192_STAC9460_ADDR 0x54
- #define VT1724_SUBDEVICE_PRODIGY192VE 0x34495345
- #define VT1724_PRODIGY192_CS (1 << 8)
- #define VT1724_PRODIGY192_CCLK (1 << 9)
- #define VT1724_PRODIGY192_CDOUT (1 << 10)
- #define VT1724_PRODIGY192_CDIN (1 << 11)
- extern struct snd_ice1712_card_info snd_vt1724_prodigy192_cards[];
- #endif
|