diff options
author | Pavel Hofman <pavel.hofman@ivitera.com> | 2009-09-16 22:25:41 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2009-09-21 15:49:04 +0200 |
commit | 6ef80706184be792499a4485a7957f2660b6a076 (patch) | |
tree | d99ce8553d1a3c854ef0995731560fa05bba3a76 /sound/pci/ice1712/ice1724.c | |
parent | 1ff97cb9dd9f53b33ce6710a4f861f43e70e8ca4 (diff) | |
download | blackbird-op-linux-6ef80706184be792499a4485a7957f2660b6a076.tar.gz blackbird-op-linux-6ef80706184be792499a4485a7957f2660b6a076.zip |
ALSA: ice1724 - Infrasonic Quartet support
* three external clock types
* all controls supported
Signed-off-by: Pavel Hofman <pavel.hofman@ivitera.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/ice1712/ice1724.c')
-rw-r--r-- | sound/pci/ice1712/ice1724.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sound/pci/ice1712/ice1724.c b/sound/pci/ice1712/ice1724.c index 3f11195b2631..3896fb931de1 100644 --- a/sound/pci/ice1712/ice1724.c +++ b/sound/pci/ice1712/ice1724.c @@ -53,6 +53,7 @@ #include "phase.h" #include "wtm.h" #include "se.h" +#include "quartet.h" MODULE_AUTHOR("Jaroslav Kysela <perex@perex.cz>"); MODULE_DESCRIPTION("VIA ICEnsemble ICE1724/1720 (Envy24HT/PT)"); @@ -70,6 +71,7 @@ MODULE_SUPPORTED_DEVICE("{" PHASE_DEVICE_DESC WTM_DEVICE_DESC SE_DEVICE_DESC + QTET_DEVICE_DESC "{VIA,VT1720}," "{VIA,VT1724}," "{ICEnsemble,Generic ICE1724}," @@ -2184,6 +2186,7 @@ static struct snd_ice1712_card_info *card_tables[] __devinitdata = { snd_vt1724_phase_cards, snd_vt1724_wtm_cards, snd_vt1724_se_cards, + snd_vt1724_qtet_cards, NULL, }; |