summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2007-08-14 19:59:09 +0000
committerJohan Hedberg <johan.hedberg@nokia.com>2007-08-14 19:59:09 +0000
commit331b4149a00410541af376a9ffce540bdada06bd (patch)
treeda3de2a5023b63176778d71fecec7a4858a57e54 /audio
parent98a002b710efe17ec1c65cb6e338908361549a72 (diff)
Don't call a alsa callback from inside a alsa callback
Diffstat (limited to 'audio')
-rw-r--r--audio/pcm_bluetooth.c1
1 files changed, 0 insertions, 1 deletions
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;
}