]> git.alsa-project.org Git - alsa-plugins.git/commit
Fix unexpected assert with pulse plugin
authorTakashi Iwai <tiwai@suse.de>
Mon, 29 Oct 2007 10:07:01 +0000 (11:07 +0100)
committerTakashi Iwai <tiwai@suse.de>
Mon, 29 Oct 2007 10:07:01 +0000 (11:07 +0100)
commit9883345a35b5a146c917c5df7e15430b2d500190
tree173fabd6de13ac88a51e4a6d03a286349b512318
parentaa36d2081b9d1fbf5bcafa4d22b02fc907fa8d97
Fix unexpected assert with pulse plugin

This patch fixes the unexpected assert call at calling snd_pcm_hw_params
in PREPARED state.  Since multiple hw_params calls are allowed, the pulse
plugin shouldn't call assert.

Handled in ALSA bug#3470.

From: Sean McNamara <smcnam@gmail.com>
pulse/pcm_pulse.c