]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ALSA: oxygen: export oxygen_update_dac_routing symbol
authorRoman Volkov <v1ron@mail.ru>
Fri, 24 Jan 2014 12:18:05 +0000 (16:18 +0400)
committerClemens Ladisch <clemens@ladisch.de>
Wed, 29 Jan 2014 19:45:45 +0000 (20:45 +0100)
commite9c2f10b432d96b1ba28bdc22bd984e7eacd2acf
treefcd8e165906eb9c44493f4bae2ec59205b4e26d9
parent079e0cb776cf52b09fae89551b8a7eaff5639166
ALSA: oxygen: export oxygen_update_dac_routing symbol

When the user switches the output from stereo to multichannel
or vice versa, the driver needs to update the channel routing.
Instead of creating additional subroutines, I better export existing
oxygen_update_dac_routing symbol from the oxygen mixer
and call this function. It calls model.adjust_dac_routing()
and my function does the work.

Signed-off-by: Roman Volkov <v1ron@mail.ru>
Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
sound/pci/oxygen/oxygen_mixer.c