]> git.alsa-project.org Git - alsa-plugins.git/commit
send both an uncork and a trigger in _start()
authorLennart Poettering <mznyfn@0pointer.de>
Fri, 18 Jul 2008 19:45:47 +0000 (21:45 +0200)
committerTakashi Iwai <tiwai@suse.de>
Sun, 20 Jul 2008 15:29:40 +0000 (17:29 +0200)
commit90c32999189cf6f5c63f40dadb8076eca379713b
tree059179fc84c6268b34c08677a5915c61a68de55c
parentcf23b804e022e6d9c0e1894fed887a735963a127
send both an uncork and a trigger in _start()

Heya!

Here's a patch for alsa-plugins:

When playing very short streams, the pulse plugin needs call
pa_stream_trigger() in snd_pcm_start() to make sure the stream is
actually started, in addition to uncorking the stream.

Lennart

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