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:
Tanu Kaskinen 2017-09-10 22:32:57 +03:00 committed by Arun Raghavan
parent 759705bc4f
commit 0062bd860d
2 changed files with 2 additions and 2 deletions

View file

@ -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;
}

View file

@ -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;
}