You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
257 B
11 lines
257 B
16 years ago
|
#ifndef __SOUND_QTET_H
|
||
|
#define __SOUND_QTET_H
|
||
|
|
||
|
#define QTET_DEVICE_DESC "{Infrasonic,Quartet},"
|
||
|
|
||
|
#define VT1724_SUBDEVICE_QTET 0x30305349 /* Infrasonic Quartet */
|
||
|
|
||
|
extern struct snd_ice1712_card_info snd_vt1724_qtet_cards[];
|
||
|
|
||
|
#endif /* __SOUND_QTET_H */
|