alistair23-linux/sound/pci/ice1712/psc724.h
Ondrej Zary 77b0b254af ALSA: ice1712: Add Philips PSC724 Ultimate Edge
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>
2012-10-17 09:01:32 +02:00

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 */