]> Pileus Git - ~andy/linux/commit
ALSA: oxygen: Xonar DG(X): move the mixer code into another file
authorRoman Volkov <v1ron@mail.ru>
Fri, 24 Jan 2014 12:18:13 +0000 (16:18 +0400)
committerClemens Ladisch <clemens@ladisch.de>
Wed, 29 Jan 2014 19:45:49 +0000 (20:45 +0100)
commit041f26b6257d15449e1634ba8dea426dd06514c7
treefd41f937106e450216fa52dc3226b803591fa24d
parent06f70d0da029a0ae9dbb7e383f853db483575f87
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>
sound/pci/oxygen/Makefile
sound/pci/oxygen/xonar_dg.c
sound/pci/oxygen/xonar_dg.h
sound/pci/oxygen/xonar_dg_mixer.c [new file with mode: 0644]