mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-12-06 07:12:28 +01:00
ALSA: disable recovery (experimental)
This commit is contained in:
parent
59e0296281
commit
d4591b1508
|
|
@ -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);
|
||||
|
||||
|
|
@ -157,7 +157,7 @@ bool ALSABackend::AddData(const void* src, u32 num_samples)
|
|||
LOG_WARNING(GENERAL, "ALSA: error (%d)", res);
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue