lib/alsa/NonBlock: embed in "namespace Alsa"

This commit is contained in:
Max Kellermann
2024-07-11 21:31:04 +02:00
parent 9704cf3dcb
commit 3db8a4f41b
5 changed files with 17 additions and 11 deletions

View File

@@ -210,7 +210,7 @@ class AlsaOutput final
*/
std::byte *silence;
AlsaNonBlockPcm non_block;
Alsa::NonBlockPcm non_block;
/**
* For copying data from OutputThread to IOThread.