From 99b4f5685edd040b4782341bfb0f2da889264888 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Wed, 19 Nov 2008 15:51:44 +0200 Subject: Fix +BSRF syntax --- audio/headset.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/audio/headset.c b/audio/headset.c index 039d627a..3600e269 100644 --- a/audio/headset.c +++ b/audio/headset.c @@ -313,7 +313,7 @@ static int supported_features(struct audio_device *device, const char *buf) print_hf_features(hs->hf_features); - err = headset_send(hs, "\r\n+BRSF=%u\r\n", ag.features); + err = headset_send(hs, "\r\n+BRSF:%u\r\n", ag.features); if (err < 0) return err; -- cgit