]> code.delx.au - pulseaudio/commit
alsa: move pa_alsa_setting_select close to pa_alsa_path_select
authorJarkko Nikula <jarkko.nikula@bitmer.com>
Thu, 22 Mar 2012 09:29:11 +0000 (11:29 +0200)
committerTanu Kaskinen <tanuk@iki.fi>
Fri, 6 Jul 2012 17:38:10 +0000 (20:38 +0300)
commitfbb13a0dc6aca2c2e3bb746c267c717a11d6f2f0
treebf4b52ed168d61528f85d320d43651513c82433a
parent8417cac4f6c8036d6ce65efa3df6ae8477f8e3e2
alsa: move pa_alsa_setting_select close to pa_alsa_path_select

Move pa_alsa_setting_select call just after the pa_alsa_path_select in
[sink | source]_set_port_cb functions as there is no dependency to volume
calculations that are done between these two calls. Idea here is to make
possible to merge these two functions since they are called together from
other places too.
src/modules/alsa/alsa-sink.c
src/modules/alsa/alsa-source.c