output/alsa: fix lambda indent
This commit is contained in:
parent
bbbbf5f4bd
commit
d466deedad
@ -1139,8 +1139,8 @@ AlsaOutput::Cancel() noexcept
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
BlockingCall(GetEventLoop(), [this](){
|
BlockingCall(GetEventLoop(), [this](){
|
||||||
CancelInternal();
|
CancelInternal();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
bool
|
bool
|
||||||
@ -1159,10 +1159,10 @@ AlsaOutput::Close() noexcept
|
|||||||
{
|
{
|
||||||
/* make sure the I/O thread isn't inside DispatchSockets() */
|
/* make sure the I/O thread isn't inside DispatchSockets() */
|
||||||
BlockingCall(GetEventLoop(), [this](){
|
BlockingCall(GetEventLoop(), [this](){
|
||||||
MultiSocketMonitor::Reset();
|
MultiSocketMonitor::Reset();
|
||||||
defer_invalidate_sockets.Cancel();
|
defer_invalidate_sockets.Cancel();
|
||||||
silence_timer.Cancel();
|
silence_timer.Cancel();
|
||||||
});
|
});
|
||||||
|
|
||||||
period_buffer.Free();
|
period_buffer.Free();
|
||||||
ring_buffer = {};
|
ring_buffer = {};
|
||||||
|
Loading…
Reference in New Issue
Block a user