xref: /openbmc/linux/sound/pci/ice1712/prodigy192.h (revision 1b60f6b0)
1 #ifndef __SOUND_PRODIGY192_H
2 #define __SOUND_PRODIGY192_H
3 
4 #define PRODIGY192_DEVICE_DESC 	       "{AudioTrak,Prodigy 192},"
5 #define PRODIGY192_STAC9460_ADDR	0x54
6 
7 #define VT1724_SUBDEVICE_PRODIGY192VE	 0x34495345	/* PRODIGY 192 VE */
8 
9 extern struct snd_ice1712_card_info  snd_vt1724_prodigy192_cards[];
10 
11 #endif	/* __SOUND_PRODIGY192_H */
12