]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - error.h
fade: Switch to modular mixer API.
[paraslash.git] / error.h
diff --git a/error.h b/error.h
index 2474e0ab87778a01da7c8c70290bc22b41d901e0..c7c577609ffcd61617eb761bb431b64d5e5fdc5c 100644 (file)
--- a/error.h
+++ b/error.h
@@ -36,6 +36,10 @@ DEFINE_ERRLIST_OBJECT_ENUM;
 
 extern const char **para_errlist[];
 
+#define OSS_MIX_ERRORS \
+       PARA_ERROR(OSS_MIXER_CHANNEL, "invalid mixer channel"), \
+
+
 #define SIDEBAND_ERRORS \
        PARA_ERROR(BAD_BAND, "invalid or unexpected band designator"), \
        PARA_ERROR(SB_PACKET_SIZE, "invalid sideband packet size or protocol error"), \