[alsa-devel] [PATCH 1/2] pcm_file: remove double line
Adam Miartus
amiartus at de.adit-jv.com
Mon Jun 24 13:23:23 CEST 2019
snd_pcm_file_add_frames called two times by mistake, introduced in
2a800c0c4f259043c9217a4aa6a57afaf9f77477
Signed-off-by: Adam Miartus <amiartus at de.adit-jv.com>
---
src/pcm/pcm_file.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/pcm/pcm_file.c b/src/pcm/pcm_file.c
index ca8e0c8..11d0953 100644
--- a/src/pcm/pcm_file.c
+++ b/src/pcm/pcm_file.c
@@ -613,7 +613,6 @@ static snd_pcm_sframes_t snd_pcm_file_readi(snd_pcm_t *pcm, void *buffer, snd_pc
snd_pcm_areas_from_buf(pcm, areas, buffer);
snd_pcm_file_areas_read_infile(pcm, areas, 0, frames);
__snd_pcm_lock(pcm);
- snd_pcm_file_add_frames(pcm, areas, 0, frames);
if (snd_pcm_file_add_frames(pcm, areas, 0, frames) < 0) {
__snd_pcm_unlock(pcm);
return -EPIPE;
--
2.7.4
More information about the Alsa-devel
mailing list