mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-03 09:01:50 -05: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
95d618751c
commit
f63c13f62f
2 changed files with 2 additions and 2 deletions
|
|
@ -1980,7 +1980,7 @@ static void propagate_reference_volume(pa_sink *s) {
|
||||||
|
|
||||||
/* Since the origin sink uses volume sharing, this input's volume
|
/* Since the origin sink uses volume sharing, this input's volume
|
||||||
* needs to be updated to match the root sink's real volume, but
|
* 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;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1530,7 +1530,7 @@ static void propagate_reference_volume(pa_source *s) {
|
||||||
|
|
||||||
/* Since the origin source uses volume sharing, this output's volume
|
/* Since the origin source uses volume sharing, this output's volume
|
||||||
* needs to be updated to match the root source's real volume, but
|
* 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;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue