# HG changeset patch # User voroshil # Date 1193324237 0 # Node ID 833520054ee5c3d3923dc86abcff040cb52ac573 # Parent 454f3a34d4086256bf6b3bfb05f150129131d27a Add missing call to audio_in_start_capture. Fixes capturing sound from ALSA devices (repeated xrun errors, buffer underruns and son on). diff -r 454f3a34d408 -r 833520054ee5 stream/stream_radio.c --- 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;