changeset 24820:833520054ee5

Add missing call to audio_in_start_capture. Fixes capturing sound from ALSA devices (repeated xrun errors, buffer underruns and son on).
author voroshil
date Thu, 25 Oct 2007 14:57:17 +0000
parents 454f3a34d408
children 3b23a0e6fe7b
files stream/stream_radio.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/stream/stream_radio.c	Wed Oct 24 12:07:29 2007 +0000
+++ b/stream/stream_radio.c	Thu Oct 25 14:57:17 2007 +0000
@@ -883,6 +883,7 @@
     priv->audio_cnt = 0;
     priv->audio_drop = 0;
 
+    audio_in_start_capture(&priv->audio_in);
 
     priv->audio_inited = 1;