mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-31 22:25:33 -04:00
Trivial typo in a comment
This commit is contained in:
parent
e28903e9e0
commit
d1957b8325
1 changed files with 1 additions and 1 deletions
|
|
@ -275,7 +275,7 @@ static void sink_set_volume_cb(pa_sink *s) {
|
|||
/* Create a pa_cvolume version of our single value */
|
||||
pa_cvolume_set(&hw, s->sample_spec.channels, v);
|
||||
|
||||
/* Perfome any software manipulation of the volume needed */
|
||||
/* Perform any software manipulation of the volume needed */
|
||||
pa_sw_cvolume_divide(&s->soft_volume, &s->virtual_volume, &hw);
|
||||
|
||||
pa_log_debug("Requested volume: %s", pa_cvolume_snprint(t, sizeof(t), &s->virtual_volume));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue