mirror of
https://github.com/Ryujinx/libsoundio.git
synced 2024-12-23 04:05:36 +00:00
ALSA: remove stray print statement
This commit is contained in:
parent
0047eb2776
commit
f0356597e2
|
@ -1482,7 +1482,6 @@ static int outstream_get_latency_alsa(struct SoundIoPrivate *si, struct SoundIoO
|
||||||
|
|
||||||
snd_pcm_sframes_t delay;
|
snd_pcm_sframes_t delay;
|
||||||
if ((err = snd_pcm_delay(osa->handle, &delay)) < 0) {
|
if ((err = snd_pcm_delay(osa->handle, &delay)) < 0) {
|
||||||
fprintf(stderr, "snd_pcm_delay: %s\n", snd_strerror(err));
|
|
||||||
return SoundIoErrorStreaming;
|
return SoundIoErrorStreaming;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue