]> git.baikalelectronics.ru Git - kernel.git/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)
commita26f6308c503ff1e646cc4a519cecabf8f671fc2
treefd41f937106e450216fa52dc3226b803591fa24d
parent0c9cf8ab363861d6e1758be910951cf9644d4929
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]