mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-02-01 09:12:35 +00:00
(ALSA QSA) Doesn't give invalid argument error anymore but seems to
get stuck in alsa_qsa_write now
This commit is contained in:
parent
1c77289709
commit
d0cfc22ef2
@ -94,7 +94,10 @@ static void *alsa_qsa_init(const char *device, unsigned rate, unsigned latency)
|
||||
params.format.format = SND_PCM_SFMT_S16_LE;
|
||||
alsa->frame_bits = 16 * 2; /* bits * channel */
|
||||
|
||||
#if 0
|
||||
/* TODO/FIXME - invalid argument? */
|
||||
snd_pcm_plugin_set_disable(alsa->pcm, PLUGIN_DISABLE_BUFFER_PARTIAL_BLOCKS);
|
||||
#endif
|
||||
|
||||
if ((err = snd_pcm_plugin_params(alsa->pcm, ¶ms)) < 0)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user