From 2ed5cd82a9e5faaf6137a416674f3ea3542e8d9d Mon Sep 17 00:00:00 2001 From: XANTRONIX Development Date: Thu, 3 Feb 2022 11:58:26 -0500 Subject: Shorten he name of XAS_AUDIO_ constants --- include/xas/audio.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'include') 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 #include -#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, -- cgit v1.2.3