mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 11:36:13 +00:00
ALSA: disable recovery (experimental)
This commit is contained in:
parent
59e0296281
commit
d4591b1508
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue