mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-03 09:01:50 -05:00
alsa: Reinitialise the mixer on port change.
This allows us to flip from software to hardware volume control as the port's mixer path dictates.
This commit is contained in:
parent
a9cf320bc1
commit
6c6b50d6a8
11 changed files with 315 additions and 120 deletions
|
|
@ -362,6 +362,7 @@ void pa_sink_set_set_volume_callback(pa_sink *s, pa_sink_cb_t cb);
|
|||
void pa_sink_set_write_volume_callback(pa_sink *s, pa_sink_cb_t cb);
|
||||
void pa_sink_set_get_mute_callback(pa_sink *s, pa_sink_cb_t cb);
|
||||
void pa_sink_set_set_mute_callback(pa_sink *s, pa_sink_cb_t cb);
|
||||
void pa_sink_enable_decibel_volume(pa_sink *s, pa_bool_t enable);
|
||||
|
||||
void pa_sink_put(pa_sink *s);
|
||||
void pa_sink_unlink(pa_sink* s);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue