AudioServer: Set the mixer thread name to "AudioServer[mixer]"
This commit is contained in:
parent
0b38a553b1
commit
f67d007864
Notes:
sideshowbarker
2024-07-19 10:55:31 +09:00
Author: https://github.com/ADKaster Commit: https://github.com/SerenityOS/serenity/commit/f67d007864c Pull-request: https://github.com/SerenityOS/serenity/pull/857
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ ASMixer::ASMixer()
|
|||
, m_sound_thread([this] {
|
||||
mix();
|
||||
return 0;
|
||||
})
|
||||
}, "AudioServer[mixer]")
|
||||
{
|
||||
if (!m_device->open(CIODevice::WriteOnly)) {
|
||||
dbgprintf("Can't open audio device: %s\n", m_device->error_string());
|
||||
|
|
Loading…
Add table
Reference in a new issue