aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/mixer.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mixer.c b/src/mixer.c
index 1d2cd74..0fe9c99 100644
--- a/src/mixer.c
+++ b/src/mixer.c
@@ -53,7 +53,9 @@
struct mixer_ctl {
/** The mixer that the mixer control belongs to */
struct mixer *mixer;
+ /** Information on the control's value (i.e. type, number of values) */
struct snd_ctl_elem_info info;
+ /** A list of string representations of enumerated values (only valid for enumerated controls) */
char **ename;
};