]> git.alsa-project.org Git - alsa-plugins.git/commit
Fix wrong assert in pulse plugin
authorTakashi Iwai <tiwai@suse.de>
Mon, 12 Nov 2007 11:33:31 +0000 (12:33 +0100)
committerTakashi Iwai <tiwai@suse.de>
Mon, 12 Nov 2007 11:33:31 +0000 (12:33 +0100)
commitc1027970c49988368a46d887dc7f608d53b14d90
tree029accfbba3d7d36973984b0a857c74d4056670c
parent9883345a35b5a146c917c5df7e15430b2d500190
Fix wrong assert in pulse plugin

assert(!pcm->stream) shouldn't be checked when the PCM state is
SETUP, too (ALSA bug#3470).
The original patch by Mike Gorse <mgorse@mgorse.dhs.org>
pulse/pcm_pulse.c