summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2009-03-23 16:44:11 +0100
committerLennart Poettering <lennart@poettering.net>2009-03-23 18:20:19 +0100
commitbdd33f2b51562913a4c73d12213d521480613abf (patch)
treeba6eed88d75e6849b3e2437dca4929b51fb0d1c2 /audio
parent44f054fa224dd19de7adb0eb365b261b4cc425f5 (diff)
fix up sbc.h prototypes to use const/size_t wherever applicable
Diffstat (limited to 'audio')
-rw-r--r--audio/pcm_bluetooth.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/pcm_bluetooth.c b/audio/pcm_bluetooth.c
index 9c4f9c46..f3700a8e 100644
--- a/audio/pcm_bluetooth.c
+++ b/audio/pcm_bluetooth.c
@@ -970,7 +970,8 @@ static snd_pcm_sframes_t bluetooth_a2dp_write(snd_pcm_ioplug_t *io,
struct bluetooth_a2dp *a2dp = &data->a2dp;
snd_pcm_sframes_t ret = 0;
unsigned int bytes_left;
- int frame_size, encoded, written;
+ int frame_size, encoded;
+ size_t written;
uint8_t *buff;
DBG("areas->step=%u areas->first=%u offset=%lu size=%lu",