Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Marijn Suijten
pulseaudio
Commits
de666447
Commit
de666447
authored
Jun 21, 2019
by
pali
Committed by
Tanu Kaskinen
Jan 02, 2020
Browse files
bluetooth: Print SO_TIMESTAMP warning for SCO source only once
parent
3f13af50
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/modules/bluetooth/module-bluez5-device.c
View file @
de666447
...
...
@@ -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
();
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment