diff options
author | Johan Hedberg <johan.hedberg@nokia.com> | 2008-11-19 15:51:44 +0200 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2008-11-19 15:51:44 +0200 |
commit | 99b4f5685edd040b4782341bfb0f2da889264888 (patch) | |
tree | 5b53d6a2771c4efa37879c8db983a15c29a90ad3 | |
parent | 74d7d69e36369a0ea6a1c019c8888e4948ebef80 (diff) |
Fix +BSRF syntax
-rw-r--r-- | audio/headset.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |