diff options
Diffstat (limited to 'audio/pcm_bluetooth.c')
| -rw-r--r-- | audio/pcm_bluetooth.c | 4 | 
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))]; | 
