From 1a20363a470b94e4ebf63819cd3a8adf6347cf29 Mon Sep 17 00:00:00 2001 From: XANTRONIX Development Date: Tue, 15 Feb 2022 20:51:30 -0500 Subject: Add #define values for left and right channels --- include/xas/audio.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include') diff --git a/include/xas/audio.h b/include/xas/audio.h index b18a2d2..ab6bce4 100644 --- a/include/xas/audio.h +++ b/include/xas/audio.h @@ -10,6 +10,9 @@ #define XAS_AUDIO_MONO 1 #define XAS_AUDIO_STEREO 2 +#define XAS_AUDIO_STEREO_LEFT 0 +#define XAS_AUDIO_STEREO_RIGHT 1 + enum xas_audio_stream_type { XAS_AUDIO_STREAM_SINK, XAS_AUDIO_STREAM_SOURCE -- cgit v1.2.3