mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2026-02-13 04:27:46 -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
|
|
@ -293,6 +293,7 @@ void pa_source_set_set_volume_callback(pa_source *s, pa_source_cb_t cb);
|
|||
void pa_source_set_write_volume_callback(pa_source *s, pa_source_cb_t cb);
|
||||
void pa_source_set_get_mute_callback(pa_source *s, pa_source_cb_t cb);
|
||||
void pa_source_set_set_mute_callback(pa_source *s, pa_source_cb_t cb);
|
||||
void pa_source_enable_decibel_volume(pa_source *s, pa_bool_t enable);
|
||||
|
||||
void pa_source_put(pa_source *s);
|
||||
void pa_source_unlink(pa_source *s);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue