Files
qemu/audio
Philippe Mathieu-Daudé 60405776bf audio/jack: Fix use of qemu_thread_set_name() on macOS
Since commit 8f68a33ad4 we get on macOS:

  Audio backends
    CoreAudio support               : YES
    PipeWire support                : NO
    JACK support                    : YES 1.9.22

  ../audio/jackaudio.c:654:12: error: unused function 'qjack_thread_creator' [-Werror,-Wunused-function]
    654 | static int qjack_thread_creator(jack_native_thread_t *thread,
        |            ^~~~~~~~~~~~~~~~~~~~

This is simply due to a missing #ifdef'ry change. Update
so we can use the new qemu_thread_set_name() exposed by
commit 46255cc2be.

Fixes: 8f68a33ad4 ("audio: make jackaudio use qemu_thread_set_name")
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Christian Schoenebeck <qemu_oss@crudebyte.com>
Message-Id: <20260307114923.75394-1-philmd@linaro.org>
2026-03-08 23:11:14 +01:00
..
2026-02-23 14:38:22 +01:00
2025-10-30 22:56:28 +04:00
2026-02-27 14:48:04 +01:00
2026-02-27 14:48:04 +01:00