summaryrefslogtreecommitdiffstats
path: root/audio/unix.c
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2008-12-20 21:04:44 +0200
committerJohan Hedberg <johan.hedberg@nokia.com>2008-12-20 21:04:44 +0200
commitb0f85afdba9d51cecc21ac04606a2f759f95df86 (patch)
treefe532bf96eba84081a4e6e6f03b30ca91ced4817 /audio/unix.c
parent450e5656a8de08051f221d63e026c259151ef274 (diff)
Coding style fixes
Diffstat (limited to 'audio/unix.c')
-rw-r--r--audio/unix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/unix.c b/audio/unix.c
index dcfe932d..4378bb24 100644
--- a/audio/unix.c
+++ b/audio/unix.c
@@ -281,7 +281,7 @@ static void headset_setup_complete(struct audio_device *dev, void *user_data)
rsp->h.name = BT_SET_CONFIGURATION;
rsp->h.length = sizeof(*rsp);
- rsp->transport = BT_CAPABILITIES_TRANSPORT_SCO;
+ rsp->transport = BT_CAPABILITIES_TRANSPORT_SCO;
rsp->access_mode = client->access_mode;
rsp->link_mtu = 48;