From a7a6ae4be87ee9178905ab784d84a4c0a8303f9b Mon Sep 17 00:00:00 2001 From: fulup Date: Sun, 23 Jul 2017 01:23:37 +0200 Subject: Added TLV->DBscale into HAL control 1st Working version of HAL ctl-get with TLV Cleanup HTML5 test pages WIP Only --- Shared-Interface/audio-interface.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Shared-Interface') 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, -- cgit 1.2.3-korg