diff options
author | Clemens Ladisch <clemens@ladisch.de> | 2010-01-18 15:44:04 +0100 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 2010-01-18 16:38:41 +0100 |
commit | d1db38c015a392b0ea8c15ab95abb3ee768b8d47 (patch) | |
tree | 2add95a804e688dac82875c96a309ccda4f9b6aa /sound/pci/oxygen/Makefile | |
parent | a32f66746c635ebf2341d99b3d4c0cc1c11b2cbf (diff) |
sound: virtuoso: add Xonar DS support
Add experimental support for the Asus Xonar DS.
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, 1 insertions, 1 deletions
diff --git a/sound/pci/oxygen/Makefile b/sound/pci/oxygen/Makefile index 389941cf610..acd8f15f7bf 100644 --- a/sound/pci/oxygen/Makefile +++ b/sound/pci/oxygen/Makefile @@ -2,7 +2,7 @@ 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 xonar_lib.o \ - xonar_pcm179x.o xonar_cs43xx.o xonar_hdmi.o + xonar_pcm179x.o xonar_cs43xx.o xonar_wm87x6.o xonar_hdmi.o obj-$(CONFIG_SND_OXYGEN_LIB) += snd-oxygen-lib.o obj-$(CONFIG_SND_HIFIER) += snd-hifier.o |