commit | 38cc9b607f85017b095793cab6c129bc9844f441 | [log] [tgz] |
---|---|---|
author | Jindrich Makovicka <makovick@gmail.com> | Sun Oct 17 20:17:19 2010 +0200 |
committer | malc <av1474@comtv.ru> | Mon Oct 18 00:39:06 2010 +0400 |
tree | b6f5581d2ee7a5564b2ccec060c68b0e8133a434 | |
parent | 22d948a2d97434192018bdabaf0a50cda7f994be [diff] |
issue snd_pcm_start() when capturing audio snd_pcm_start() starts the capture process and ensures that the events are delivered to the poll handler. Without the call, capture can be started only when there is simultaneous playback running. Signed-off-by: Jindrich Makovicka <makovick@gmail.com> Signed-off-by: malc <av1474@comtv.ru>