mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
sink, source: fix out of date comments
update_shared_real_volume() doesn't exist. I checked that update_real_volume() does what the comments claim update_shared_real_volume() to do.
This commit is contained in:
parent
759705bc4f
commit
0062bd860d
2 changed files with 2 additions and 2 deletions
|
|
@ -1956,7 +1956,7 @@ static void propagate_reference_volume(pa_sink *s) {
|
|||
|
||||
/* Since the origin sink uses volume sharing, this input's volume
|
||||
* needs to be updated to match the root sink's real volume, but
|
||||
* that will be done later in update_shared_real_volume(). */
|
||||
* that will be done later in update_real_volume(). */
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -1530,7 +1530,7 @@ static void propagate_reference_volume(pa_source *s) {
|
|||
|
||||
/* Since the origin source uses volume sharing, this output's volume
|
||||
* needs to be updated to match the root source's real volume, but
|
||||
* that will be done later in update_shared_real_volume(). */
|
||||
* that will be done later in update_real_volume(). */
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue