Defines | |
#define | __OLD_TO_NEW_MASK(x) ((x&7)|((x&0x07fffff8)<<5)) |
#define | __NEW_TO_OLD_MASK(x) ((x&7)|((x&0xffffff00)>>5)) |
Functions | |
int | snd_pcm_hw_open (snd_pcm_t **pcmp, const char *name, int card, int device, int subdevice, snd_pcm_stream_t stream, int mode, int mmap_emulation) |
Creates a new hw PCM. More... | |
int | _snd_pcm_hw_open (snd_pcm_t **pcmp, const char *name, snd_config_t *root ATTRIBUTE_UNUSED, snd_config_t *conf, snd_pcm_stream_t stream, int mode) |
Creates a new hw PCM. More... |
|
Creates a new hw PCM.
|
|
Creates a new hw PCM.
|