diff options
author | Thierry Bultel <thierry.bultel@iot.bzh> | 2018-11-08 14:05:30 +0100 |
---|---|---|
committer | Thierry Bultel <thierry.bultel@iot.bzh> | 2018-11-13 14:41:17 +0100 |
commit | 7ba2e9583a67d0c3efd633f7b2140cb5d13066bd (patch) | |
tree | 4888c4b1a618a291246081e095e83153cd7226f5 /plugins/alsa/alsa-bluez.h | |
parent | 109036431c4bde92c67105a6044616a4c035d82c (diff) |
remove dead code and renamed unobvious variables
Changed the ringbuffer "xxx_free" function to something
more explicit, because it does not free anything.
Changed "single letter" variables to nicer names
Change-Id: I000c57aa5cc684d387105441889e011a45a6ccf3
Signed-off-by: Thierry Bultel <thierry.bultel@iot.bzh>
Diffstat (limited to 'plugins/alsa/alsa-bluez.h')
-rw-r--r-- | plugins/alsa/alsa-bluez.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/alsa/alsa-bluez.h b/plugins/alsa/alsa-bluez.h index 85d153a..c288d38 100644 --- a/plugins/alsa/alsa-bluez.h +++ b/plugins/alsa/alsa-bluez.h @@ -24,6 +24,6 @@ #include <alsa/asoundlib.h> extern void alsa_bluez_init(); -extern int alsa_bluez_set_device(const char * interface, const char * device, const char * profile); +extern int alsa_bluez_set_remote_device(const char * interface, const char * device, const char * profile); #endif /* __INC_ALSA_BLUEZ_H */ |