summaryrefslogtreecommitdiff
path: root/sound/pci/ice1712/hoontech.h
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2017-08-21 17:13:27 +0300
committerTakashi Iwai <tiwai@suse.de>2017-08-22 17:58:59 +0300
commite8a91ae18bdc0bcedd2a07e42e66ca09dc2105d2 (patch)
tree9757e00d3b29a79d6f4766b2cd7e9b2cc3a5f4e3 /sound/pci/ice1712/hoontech.h
parent782fbec745d84fa06708e703a92a431c4344daf0 (diff)
downloadlinux-e8a91ae18bdc0bcedd2a07e42e66ca09dc2105d2.tar.xz
ALSA: ice1712: Add support for STAudio ADCIII
STAudio ADCIII has the same SSID as Hoontech STDSP24, but requires a slightly different configuration. This patch allows user to choose this model via model=staudio option to set the proper configuration for the board. Bugzilla: http://bugzilla.suse.com/show_bug.cgi?id=1048934 Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/ice1712/hoontech.h')
-rw-r--r--sound/pci/ice1712/hoontech.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/ice1712/hoontech.h b/sound/pci/ice1712/hoontech.h
index cc1da1e69ad1..7f94943392ce 100644
--- a/sound/pci/ice1712/hoontech.h
+++ b/sound/pci/ice1712/hoontech.h
@@ -34,6 +34,7 @@
#define ICE1712_SUBDEVICE_STDSP24_VALUE 0x00010010 /* A dummy id for Hoontech SoundTrack Audio DSP 24 Value */
#define ICE1712_SUBDEVICE_STDSP24_MEDIA7_1 0x16141217 /* Hoontech ST Audio DSP24 Media 7.1 */
#define ICE1712_SUBDEVICE_EVENT_EZ8 0x00010001 /* A dummy id for EZ8 */
+#define ICE1712_SUBDEVICE_STAUDIO_ADCIII 0x00010002 /* A dummy id for STAudio ADCIII */
extern struct snd_ice1712_card_info snd_ice1712_hoontech_cards[];