summaryrefslogtreecommitdiffstats
path: root/audio/pcm_bluetooth.c
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2007-08-29 23:54:05 +0000
committerMarcel Holtmann <marcel@holtmann.org>2007-08-29 23:54:05 +0000
commitf40848f9ef7ecdf101a32d7ec1f41c267e7756eb (patch)
treeba09d5e658f4a4df15031e1959fe74fd04e6bba5 /audio/pcm_bluetooth.c
parentfcba092e96541bfca5d910c8aca1b2e31336bbbe (diff)
Coding style fixes
Diffstat (limited to 'audio/pcm_bluetooth.c')
-rw-r--r--audio/pcm_bluetooth.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/audio/pcm_bluetooth.c b/audio/pcm_bluetooth.c
index f712bb0f..ff82bff1 100644
--- a/audio/pcm_bluetooth.c
+++ b/audio/pcm_bluetooth.c
@@ -334,8 +334,7 @@ static int bluetooth_a2dp_hw_params(snd_pcm_ioplug_t *io,
}
static int bluetooth_poll_descriptors(snd_pcm_ioplug_t *io,
- struct pollfd *pfd,
- unsigned int space)
+ struct pollfd *pfd, unsigned int space)
{
struct bluetooth_data *data = io->private_data;
@@ -815,7 +814,6 @@ static int bluetooth_a2dp_hw_constraint(snd_pcm_ioplug_t *io)
return 0;
}
-
static int bluetooth_recvmsg_fd(struct bluetooth_data *data)
{
char cmsg_b[CMSG_SPACE(sizeof(int))];