diff options
Diffstat (limited to 'tizen-audio-internal.h')
-rw-r--r-- | tizen-audio-internal.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tizen-audio-internal.h b/tizen-audio-internal.h index 297377b..05b479a 100644 --- a/tizen-audio-internal.h +++ b/tizen-audio-internal.h @@ -132,11 +132,6 @@ enum audio_device_type { AUDIO_DEVICE_IN_BT_SCO), }; -typedef struct device_type { - uint32_t type; - const char *name; -} device_type_t; - /* Verbs */ #define AUDIO_USE_CASE_VERB_INACTIVE "Inactive" #define AUDIO_USE_CASE_VERB_HIFI "HiFi" @@ -163,6 +158,11 @@ typedef struct device_type { /* type definitions */ typedef signed char int8_t; +typedef struct device_type { + uint32_t type; + const char *name; +} device_type_s; + /* PCM */ typedef struct { snd_pcm_format_t format; |