mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
15 lines
269 B
C
15 lines
269 B
C
|
|
/*
|
||
|
|
* Global defines
|
||
|
|
*/
|
||
|
|
|
||
|
|
#define SND_DEV_TYPE_PCM 0
|
||
|
|
#define SND_DEV_TYPE_CONTROL 1
|
||
|
|
#define SND_DEV_TYPE_RAWMIDI 2
|
||
|
|
#define SND_DEV_TYPE_TIMER 3
|
||
|
|
#define SND_DEV_TYPE_HWDEP 4
|
||
|
|
#define SND_DEV_TYPE_SEQ 5
|
||
|
|
|
||
|
|
#define SND_TRANSPORT_TYPE_SHM 0
|
||
|
|
#define SND_TRANSPORT_TYPE_TCP 1
|
||
|
|
|