]> git.alsa-project.org Git - alsa-lib.git/commitdiff
remove SND_SEQ_CLIENT_{DUMMY,OSS} symbols
authorClemens Ladisch <clemens@ladisch.de>
Sun, 20 Nov 2005 14:09:45 +0000 (14:09 +0000)
committerClemens Ladisch <clemens@ladisch.de>
Sun, 20 Nov 2005 14:09:45 +0000 (14:09 +0000)
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

index 6fb540fdc5118a64c8c2314e656b277864d70d13..bb7356f8c869acbdb8489348c9084e0f13354f1e 100644 (file)
@@ -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 */
 
 /*
  */