aboutsummaryrefslogtreecommitdiff
path: root/include/seq.h
diff options
context:
space:
mode:
authorClemens Ladisch <clemens@ladisch.de>2005-11-20 14:09:45 +0000
committerClemens Ladisch <clemens@ladisch.de>2005-11-20 14:09:45 +0000
commit19be1429d1500031a63eec2c36c15b0bdae1499d (patch)
tree37922bc4c7b54281589105bbe2738449a404225b /include/seq.h
parent2bcaa1f133ea496775a98d6cc6c65ff35c5218e8 (diff)
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.
Diffstat (limited to 'include/seq.h')
-rw-r--r--include/seq.h2
1 files changed, 0 insertions, 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 */
/*
*/