mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
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.
This commit is contained in:
parent
2bcaa1f133
commit
19be1429d1
1 changed files with 0 additions and 2 deletions
|
|
@ -81,8 +81,6 @@ typedef enum _snd_seq_type {
|
||||||
|
|
||||||
/** known client numbers */
|
/** known client numbers */
|
||||||
#define SND_SEQ_CLIENT_SYSTEM 0 /**< system client */
|
#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 */
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue