diff options
author | Pavel Hofman <pavel.hofman@ivitera.com> | 2009-09-17 00:25:41 +0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2009-09-21 17:49:04 +0400 |
commit | 6ef80706184be792499a4485a7957f2660b6a076 (patch) | |
tree | d99ce8553d1a3c854ef0995731560fa05bba3a76 /sound/pci/ice1712/Makefile | |
parent | 1ff97cb9dd9f53b33ce6710a4f861f43e70e8ca4 (diff) | |
download | linux-6ef80706184be792499a4485a7957f2660b6a076.tar.xz |
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/Makefile')
-rw-r--r-- | sound/pci/ice1712/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/ice1712/Makefile b/sound/pci/ice1712/Makefile index 536eae2ccf94..f7ce33f00ea5 100644 --- a/sound/pci/ice1712/Makefile +++ b/sound/pci/ice1712/Makefile @@ -5,7 +5,7 @@ snd-ice17xx-ak4xxx-objs := ak4xxx.o snd-ice1712-objs := ice1712.o delta.o hoontech.o ews.o -snd-ice1724-objs := ice1724.o amp.o revo.o aureon.o vt1720_mobo.o pontis.o prodigy192.o prodigy_hifi.o juli.o phase.o wtm.o se.o maya44.o +snd-ice1724-objs := ice1724.o amp.o revo.o aureon.o vt1720_mobo.o pontis.o prodigy192.o prodigy_hifi.o juli.o phase.o wtm.o se.o maya44.o quartet.o # Toplevel Module Dependency obj-$(CONFIG_SND_ICE1712) += snd-ice1712.o snd-ice17xx-ak4xxx.o |