From: Roman Volkov Date: Fri, 24 Jan 2014 12:18:05 +0000 (+0400) Subject: ALSA: oxygen: export oxygen_update_dac_routing symbol X-Git-Tag: upstream/snapshot3+hdmi~3494^2~2^2~15 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e9c2f10b432d96b1ba28bdc22bd984e7eacd2acf;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git 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 Signed-off-by: Clemens Ladisch --- diff --git a/sound/pci/oxygen/oxygen_mixer.c b/sound/pci/oxygen/oxygen_mixer.c index c0dbb52..5988e04 100644 --- a/sound/pci/oxygen/oxygen_mixer.c +++ b/sound/pci/oxygen/oxygen_mixer.c @@ -190,6 +190,7 @@ void oxygen_update_dac_routing(struct oxygen *chip) if (chip->model.update_center_lfe_mix) chip->model.update_center_lfe_mix(chip, chip->dac_routing > 2); } +EXPORT_SYMBOL(oxygen_update_dac_routing); static int upmix_put(struct snd_kcontrol *ctl, struct snd_ctl_elem_value *value) {