mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-04 13:29:59 -05:00
alsa-source: Fix log message
The log message when updating the source sample rate wrongly mentions "Sink" instead of "Source". This was probably a copy and paste error.
This commit is contained in:
parent
f771bbcfa9
commit
7a66dcda72
1 changed files with 1 additions and 1 deletions
|
|
@ -1424,7 +1424,7 @@ static pa_bool_t source_update_rate_cb(pa_source *s, uint32_t rate)
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!supported) {
|
if (!supported) {
|
||||||
pa_log_info("Sink does not support sample rate of %d Hz", rate);
|
pa_log_info("Source does not support sample rate of %d Hz", rate);
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue