diff options
author | Fulup Ar Foll <fulup@iot.bzh> | 2015-12-22 15:53:29 +0100 |
---|---|---|
committer | Fulup Ar Foll <fulup@iot.bzh> | 2015-12-22 15:53:29 +0100 |
commit | 39a0ef5d1609e01f71039f9095c14cf6f3ca1a93 (patch) | |
tree | 07b7a482e3948010d6d78e956225226e79c96eb3 /plugins/audio/audio-alsa.h | |
parent | eee04b4ac5847f6101b9321e4513c4401e745a0a (diff) | |
parent | 6f2913ab5e366e8f3df12a7df11a85b7b6574e2c (diff) |
Merge origin/master
Diffstat (limited to 'plugins/audio/audio-alsa.h')
-rw-r--r-- | plugins/audio/audio-alsa.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/audio/audio-alsa.h b/plugins/audio/audio-alsa.h index 56b4f55f..85545d57 100644 --- a/plugins/audio/audio-alsa.h +++ b/plugins/audio/audio-alsa.h @@ -39,7 +39,7 @@ struct dev_ctx { }; STATIC void* _play_thread_fn (void *); -PUBLIC unsigned int _alsa_get_volume (unsigned int); +PUBLIC int _alsa_get_volume (unsigned int, unsigned int); PUBLIC unsigned char _alsa_get_mute (unsigned int); static struct dev_ctx **dev_ctx = NULL; |