]> git.alsa-project.org Git - alsa-plugins.git/commit
pulse - Fix capture problem
authorTakashi Iwai <tiwai@suse.de>
Wed, 15 Oct 2008 10:18:23 +0000 (12:18 +0200)
committerTakashi Iwai <tiwai@suse.de>
Wed, 15 Oct 2008 10:18:23 +0000 (12:18 +0200)
commit47458ae7de308cb347ba634a445b3cec8589a20c
tree72a6a95af35ab641dc28ed5bdeefee44990bf400
parent8b16b925f4ecb6d0cf0dd5b045eebe12d7f778f5
pulse - Fix capture problem

In pulse_start(), pa_stream_trigger() may return NULL for the capture
stream, and this caused -EIO error.
Allow now pa_stream_trigger() returning NULL.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
pulse/pcm_pulse.c