aboutsummaryrefslogtreecommitdiffstats
path: root/Shared-Interface/audio-interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'Shared-Interface/audio-interface.h')
-rw-r--r--Shared-Interface/audio-interface.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/Shared-Interface/audio-interface.h b/Shared-Interface/audio-interface.h
index 8cbea6f..09cb6c2 100644
--- a/Shared-Interface/audio-interface.h
+++ b/Shared-Interface/audio-interface.h
@@ -35,6 +35,13 @@
#endif
#define STATIC static
+typedef enum {
+ QUERY_QUIET =0,
+ QUERY_COMPACT =1,
+ QUERY_VERBOSE =2,
+ QUERY_FULL =3,
+} halQueryMode;
+
// Most controls are MIXER but some vendor specific are possible
typedef enum {
OUTVOL,