mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
MMAP changes (/dev/snd/pcmcontrol).
Removed unregister callback from snd_minor_t.
This commit is contained in:
parent
8738da23d8
commit
51dacc8e0e
3 changed files with 50 additions and 29 deletions
|
|
@ -8,10 +8,7 @@
|
|||
#define SND_PCM_OPEN_PLAYBACK 0x0001
|
||||
#define SND_PCM_OPEN_CAPTURE 0x0002
|
||||
#define SND_PCM_OPEN_DUPLEX 0x0003
|
||||
#define SND_PCM_OPEN_STREAM 0x1000
|
||||
#define SND_PCM_OPEN_STREAM_PLAYBACK 0x1001
|
||||
#define SND_PCM_OPEN_STREAM_CAPTURE 0x1002
|
||||
#define SND_PCM_OPEN_STREAM_DUPLEX 0x1003
|
||||
#define SND_PCM_OPEN_NONBLOCK 0x1000
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue