From 19be1429d1500031a63eec2c36c15b0bdae1499d Mon Sep 17 00:00:00 2001 From: Clemens Ladisch Date: Sun, 20 Nov 2005 14:09:45 +0000 Subject: [PATCH] remove SND_SEQ_CLIENT_{DUMMY,OSS} symbols The SND_SEQ_CLIENT_{DUMMY,OSS} are private to the kernel and should never have been put into the public API header. --- include/seq.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/seq.h b/include/seq.h index 6fb540fd..bb7356f8 100644 --- a/include/seq.h +++ b/include/seq.h @@ -81,8 +81,6 @@ typedef enum _snd_seq_type { /** known client numbers */ #define SND_SEQ_CLIENT_SYSTEM 0 /**< system client */ -#define SND_SEQ_CLIENT_DUMMY 62 /**< dummy ports */ -#define SND_SEQ_CLIENT_OSS 63 /**< OSS sequencer emulator */ /* */ -- 2.47.1