]> git.proxmox.com Git - qemu.git/commit
issue snd_pcm_start() when capturing audio
authorJindrich Makovicka <makovick@gmail.com>
Sun, 17 Oct 2010 18:17:19 +0000 (20:17 +0200)
committermalc <av1474@comtv.ru>
Sun, 17 Oct 2010 20:39:06 +0000 (00:39 +0400)
commit38cc9b607f85017b095793cab6c129bc9844f441
treeb6f5581d2ee7a5564b2ccec060c68b0e8133a434
parent22d948a2d97434192018bdabaf0a50cda7f994be
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>
audio/alsaaudio.c