diff options
author | Roman Volkov <v1ron@mail.ru> | 2014-01-24 16:18:13 +0400 |
---|---|---|
committer | Clemens Ladisch <clemens@ladisch.de> | 2014-01-29 20:45:49 +0100 |
commit | 041f26b6257d15449e1634ba8dea426dd06514c7 (patch) | |
tree | fd41f937106e450216fa52dc3226b803591fa24d /sound/pci/oxygen/Makefile | |
parent | 06f70d0da029a0ae9dbb7e383f853db483575f87 (diff) | |
download | blackbird-obmc-linux-041f26b6257d15449e1634ba8dea426dd06514c7.tar.gz blackbird-obmc-linux-041f26b6257d15449e1634ba8dea426dd06514c7.zip |
ALSA: oxygen: Xonar DG(X): move the mixer code into another file
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>
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 0f8726551fde..8f4c409f7e45 100644 --- a/sound/pci/oxygen/Makefile +++ b/sound/pci/oxygen/Makefile @@ -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 |