mirror of
https://github.com/torvalds/linux.git
synced 2024-11-05 11:32:04 +00:00
77b0b254af
Add psc724 subdriver to snd-ice1712 that provides full support for Philips PSC724 Ultimate Edge sound cards. Signed-off-by: Ondrej Zary <linux@rainbow-software.org> Signed-off-by: Takashi Iwai <tiwai@suse.de>
14 lines
284 B
C
14 lines
284 B
C
#ifndef __SOUND_PSC724_H
|
|
#define __SOUND_PSC724_H
|
|
|
|
/* ID */
|
|
#define PSC724_DEVICE_DESC \
|
|
"{Philips,PSC724 Ultimate Edge},"
|
|
|
|
#define VT1724_SUBDEVICE_PSC724 0xab170619
|
|
|
|
/* entry struct */
|
|
extern struct snd_ice1712_card_info snd_vt1724_psc724_cards[];
|
|
|
|
#endif /* __SOUND_PSC724_H */
|