diff options
author | Clemens Ladisch <clemens@ladisch.de> | 2009-09-28 13:11:27 +0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2009-09-28 13:53:38 +0400 |
commit | 65c3ac885ce9852852b895a4a62212f62cb5f2e9 (patch) | |
tree | 03f150871f6ff7c4e3b6d36c694e50b9c8318e13 /sound/pci/oxygen/Makefile | |
parent | 362bc24d6746bcd49bb4853fc5aa7d4c728b3f9e (diff) | |
download | linux-65c3ac885ce9852852b895a4a62212f62cb5f2e9.tar.xz |
sound: virtuoso: split virtuoso.c
The virtuoso.c file has become rather big. This patch splits it up so
that only code for very similar card models is in one file.
Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/oxygen/Makefile')
-rw-r--r-- | sound/pci/oxygen/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sound/pci/oxygen/Makefile b/sound/pci/oxygen/Makefile index 4ba07d42fd1d..389941cf6100 100644 --- a/sound/pci/oxygen/Makefile +++ b/sound/pci/oxygen/Makefile @@ -1,7 +1,8 @@ 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 +snd-virtuoso-objs := virtuoso.o xonar_lib.o \ + xonar_pcm179x.o xonar_cs43xx.o xonar_hdmi.o obj-$(CONFIG_SND_OXYGEN_LIB) += snd-oxygen-lib.o obj-$(CONFIG_SND_HIFIER) += snd-hifier.o |