[pulseaudio-discuss] [PATCH next v1 7/7] bluetooth: Connect all hooks during module load/unload
Tanu Kaskinen
tanuk at iki.fi
Mon Dec 10 21:10:38 PST 2012
On Mon, 2012-12-10 at 08:30 +0100, Mikel Astiz wrote:
> From: Mikel Astiz <mikel.astiz at bmw-carit.de>
>
> Move the connection of sink/source-related hooks to module
> initialization and shutdown, to group all of them together. There is
> no need to connect them every time the card profile is changed.
sink_state_changed_cb and source_state_changed_cb have to be modified a
bit, basically just return without doing anything if USE_SCO_OVER_PCM()
returns false. With the current code this patch can cause an assertion
crash because of this in the beginning of sco_over_pcm_state_update():
pa_assert(USE_SCO_OVER_PCM(u));
--
Tanu
More information about the pulseaudio-discuss
mailing list