diff options
author | Clemens Ladisch <clemens@ladisch.de> | 2008-01-25 10:41:52 +0300 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 2008-01-31 19:30:15 +0300 |
commit | c626026dd72ec8363aaa862178adeacfa7ac09c5 (patch) | |
tree | 676752343a5140acae3add27d9b20d98bbaaa403 /sound/pci/oxygen/Makefile | |
parent | b78e3dbb04ab4cbe3b94ef5426bcd5b167b6fc75 (diff) | |
download | linux-c626026dd72ec8363aaa862178adeacfa7ac09c5.tar.xz |
[ALSA] add TempoTec HiFier driver
Add a driver for the MediaTek/TempoTec HiFier Fantasia sound card.
Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Diffstat (limited to 'sound/pci/oxygen/Makefile')
-rw-r--r-- | sound/pci/oxygen/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/pci/oxygen/Makefile b/sound/pci/oxygen/Makefile index 98d5bc039aa6..4ba07d42fd1d 100644 --- a/sound/pci/oxygen/Makefile +++ b/sound/pci/oxygen/Makefile @@ -1,7 +1,9 @@ snd-oxygen-lib-objs := oxygen_io.o oxygen_lib.o oxygen_mixer.o oxygen_pcm.o +snd-hifier-objs := hifier.o snd-oxygen-objs := oxygen.o snd-virtuoso-objs := virtuoso.o obj-$(CONFIG_SND_OXYGEN_LIB) += snd-oxygen-lib.o +obj-$(CONFIG_SND_HIFIER) += snd-hifier.o obj-$(CONFIG_SND_OXYGEN) += snd-oxygen.o obj-$(CONFIG_SND_VIRTUOSO) += snd-virtuoso.o |