summaryrefslogtreecommitdiffstats
path: root/plugins/audio/audio-api.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/audio/audio-api.h')
-rw-r--r--plugins/audio/audio-api.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/audio/audio-api.h b/plugins/audio/audio-api.h
index 12f70a8e..b6669ec9 100644
--- a/plugins/audio/audio-api.h
+++ b/plugins/audio/audio-api.h
@@ -36,10 +36,10 @@ typedef struct {
typedef struct {
audioDevT *radio; /* pointer to client audio card */
int idx; /* audio card index within global array */
- unsigned int volume; /* audio volume : 0-100 */
+ int volume[8]; /* audio volume (8 channels) : 0-100 */
unsigned int channels; /* audio channels : 1(mono)/2(stereo)... */
unsigned char mute; /* audio muted : 0(false)/1(true) */
- unsigned char is_playing; /* audio is playing: 0(false)/1(true) */
+ unsigned char is_playing; /* audio is playing: 0(false)/1(true) */
} audioCtxHandleT;