Skip to content

Commit

Permalink
ALSA: oxygen: Xonar DG(X): move the mixer code into another file
Browse files Browse the repository at this point in the history
Moving the mixer code away makes things easier. The mixer
will control the driver, so the functions of the
driver need to be non-static.

Signed-off-by: Roman Volkov <v1ron@mail.ru>
Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
  • Loading branch information
Roman Volkov authored and Clemens Ladisch committed Jan 29, 2014
1 parent 06f70d0 commit 041f26b
Show file tree
Hide file tree
Showing 4 changed files with 411 additions and 364 deletions.
2 changes: 1 addition & 1 deletion sound/pci/oxygen/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
snd-oxygen-lib-objs := oxygen_io.o oxygen_lib.o oxygen_mixer.o oxygen_pcm.o
snd-oxygen-objs := oxygen.o xonar_dg.o
snd-oxygen-objs := oxygen.o xonar_dg_mixer.o xonar_dg.o
snd-virtuoso-objs := virtuoso.o xonar_lib.o \
xonar_pcm179x.o xonar_cs43xx.o xonar_wm87x6.o xonar_hdmi.o

Expand Down
Loading

0 comments on commit 041f26b

Please sign in to comment.