diff options
author | Ondrej Zary <linux@rainbow-software.org> | 2012-10-14 21:09:22 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2012-10-17 09:01:32 +0200 |
commit | 77b0b254af72add59c8125cd8799f390bc508f2b (patch) | |
tree | 1689e1bf407ceef68eea238b3c1b4394dc81db8f /sound/pci/ice1712/psc724.h | |
parent | bfe514279cc011304de9093a4923db09ef4eb459 (diff) |
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>
Diffstat (limited to 'sound/pci/ice1712/psc724.h')
-rw-r--r-- | sound/pci/ice1712/psc724.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sound/pci/ice1712/psc724.h b/sound/pci/ice1712/psc724.h new file mode 100644 index 000000000000..858e5fd0eebb --- /dev/null +++ b/sound/pci/ice1712/psc724.h @@ -0,0 +1,13 @@ +#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 */ |