Skip to content

Commit

Permalink
sound: virtuoso: split virtuoso.c
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Clemens Ladisch authored and Takashi Iwai committed Sep 28, 2009
1 parent 362bc24 commit 65c3ac8
Show file tree
Hide file tree
Showing 7 changed files with 1,290 additions and 1,092 deletions.
3 changes: 2 additions & 1 deletion sound/pci/oxygen/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Loading

0 comments on commit 65c3ac8

Please sign in to comment.