mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-04 13:29:59 -05:00
core: comment typo
This commit is contained in:
parent
e33aeaa7fb
commit
e8e29760cd
1 changed files with 1 additions and 1 deletions
|
|
@ -1481,7 +1481,7 @@ void pa_source_set_volume(
|
||||||
/* make sure we don't change the volume in PASSTHROUGH mode ...
|
/* make sure we don't change the volume in PASSTHROUGH mode ...
|
||||||
* ... *except* if we're being invoked to reset the volume to ensure 0 dB gain */
|
* ... *except* if we're being invoked to reset the volume to ensure 0 dB gain */
|
||||||
if (pa_source_is_passthrough(s) && (!volume || !pa_cvolume_is_norm(volume))) {
|
if (pa_source_is_passthrough(s) && (!volume || !pa_cvolume_is_norm(volume))) {
|
||||||
pa_log_warn("Cannot change volume, Source is monitor of a PASSTHROUGH sink");
|
pa_log_warn("Cannot change volume, source is monitor of a PASSTHROUGH sink");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue