diff options
author | Takashi Iwai <tiwai@suse.de> | 2009-12-01 15:57:01 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2009-12-01 15:57:01 +0100 |
commit | 980f31c46b3c7895ad926fbb43c8edac6ce193ff (patch) | |
tree | ec61a87b42ce8e6eb24554d8a56173ef75aefdd2 /sound/pci/ice1712/quartet.h | |
parent | 9e298f449e667833c4cafad040ce8025a8ba1eed (diff) | |
parent | 6ef80706184be792499a4485a7957f2660b6a076 (diff) | |
download | linux-980f31c46b3c7895ad926fbb43c8edac6ce193ff.tar.gz linux-980f31c46b3c7895ad926fbb43c8edac6ce193ff.tar.bz2 linux-980f31c46b3c7895ad926fbb43c8edac6ce193ff.zip |
Merge branch 'topic/ice1724-quartet' into topic/hda
Diffstat (limited to 'sound/pci/ice1712/quartet.h')
-rw-r--r-- | sound/pci/ice1712/quartet.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sound/pci/ice1712/quartet.h b/sound/pci/ice1712/quartet.h new file mode 100644 index 000000000000..80809b72439a --- /dev/null +++ b/sound/pci/ice1712/quartet.h @@ -0,0 +1,10 @@ +#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 */ |