summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/xas/audio.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/xas/audio.h b/include/xas/audio.h
index 8d4469d..5a92a50 100644
--- a/include/xas/audio.h
+++ b/include/xas/audio.h
@@ -4,11 +4,11 @@
#include <stdint.h>
#include <sys/types.h>
-#define XAS_AUDIO_STREAM_PCM_8_BIT 1
-#define XAS_AUDIO_STREAM_PCM_16_BIT 2
+#define XAS_AUDIO_PCM_8_BIT 1
+#define XAS_AUDIO_PCM_16_BIT 2
-#define XAS_AUDIO_STREAM_MONO 1
-#define XAS_AUDIO_STREAM_STEREO 2
+#define XAS_AUDIO_MONO 1
+#define XAS_AUDIO_STEREO 2
enum xas_audio_stream_type {
XAS_AUDIO_STREAM_SINK,