[pulseaudio-discuss] [PATCH v13 02/10] bluetooth: Print SO_TIMESTAMP warning for SCO source only once

Georg Chini georg at chini.tk
Sat Nov 9 11:34:54 UTC 2019


On 06.10.19 19:58, Pali Rohár wrote:
> ---
>   src/modules/bluetooth/module-bluez5-device.c | 4 +++-
>   1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/src/modules/bluetooth/module-bluez5-device.c b/src/modules/bluetooth/module-bluez5-device.c
> index 9a81f4c69..9da5d1ac3 100644
> --- a/src/modules/bluetooth/module-bluez5-device.c
> +++ b/src/modules/bluetooth/module-bluez5-device.c
> @@ -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();
>       }
>   

Looks good, but the same comment about the warning.



More information about the pulseaudio-discuss mailing list