summaryrefslogtreecommitdiffstats
path: root/audio/ctl_bluetooth.c
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2008-12-20 21:42:49 +0200
committerJohan Hedberg <johan.hedberg@nokia.com>2008-12-20 21:42:49 +0200
commitcc49c31ccedcd31dd09be2a9cc32e653573c7d4b (patch)
tree4345b7f65d07259731565cd75ea560bc18f9d0f2 /audio/ctl_bluetooth.c
parentb0f85afdba9d51cecc21ac04606a2f759f95df86 (diff)
More coding style fixes
Diffstat (limited to 'audio/ctl_bluetooth.c')
-rw-r--r--audio/ctl_bluetooth.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/ctl_bluetooth.c b/audio/ctl_bluetooth.c
index 6425f076..9d09308d 100644
--- a/audio/ctl_bluetooth.c
+++ b/audio/ctl_bluetooth.c
@@ -121,8 +121,8 @@ static int bluetooth_get_attribute(snd_ctl_ext_t *ext, snd_ctl_ext_key_t key,
{
DBG("ext %p key %ld", ext, key);
- *type = SND_CTL_ELEM_TYPE_INTEGER;
- *acc = SND_CTL_EXT_ACCESS_READWRITE;
+ *type = SND_CTL_ELEM_TYPE_INTEGER;
+ *acc = SND_CTL_EXT_ACCESS_READWRITE;
*count = 1;
return 0;