mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-02 09:01:46 -05:00
bluetooth: Print SO_TIMESTAMP warning for SCO source only once
This commit is contained in:
parent
3f13af508d
commit
de66644776
1 changed files with 3 additions and 1 deletions
|
|
@ -395,7 +395,9 @@ static int sco_process_push(struct userdata *u) {
|
|||
}
|
||||
|
||||
if (!found_tstamp) {
|
||||
pa_log_warn("Couldn't find SO_TIMESTAMP data in auxiliary recvmsg() data!");
|
||||
PA_ONCE_BEGIN {
|
||||
pa_log_warn("Couldn't find SO_TIMESTAMP data in auxiliary recvmsg() data!");
|
||||
} PA_ONCE_END;
|
||||
tstamp = pa_rtclock_now();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue