ALSA: disable recovery (experimental)
This commit is contained in:
@@ -139,7 +139,7 @@ bool ALSABackend::AddData(const void* src, u32 num_samples)
|
||||
return false;
|
||||
}
|
||||
|
||||
if (res < 0)
|
||||
if (false)
|
||||
{
|
||||
res = snd_pcm_recover(tls_handle, res, 0);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user