From 331b4149a00410541af376a9ffce540bdada06bd Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Tue, 14 Aug 2007 19:59:09 +0000 Subject: Don't call a alsa callback from inside a alsa callback --- audio/pcm_bluetooth.c | 1 - 1 file changed, 1 deletion(-) (limited to 'audio') diff --git a/audio/pcm_bluetooth.c b/audio/pcm_bluetooth.c index 6eb59a7d..1734163a 100644 --- a/audio/pcm_bluetooth.c +++ b/audio/pcm_bluetooth.c @@ -218,7 +218,6 @@ static int bluetooth_hsp_hw_params(snd_pcm_ioplug_t *io, err = errno; SNDERR("%s (%d)", strerror(err), err); - bluetooth_close(io); return -err; } -- cgit