mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
PCM SUBDEVICE selection enhancements
This commit is contained in:
parent
a234679700
commit
57631a012c
4 changed files with 83 additions and 15 deletions
|
|
@ -17,6 +17,7 @@ typedef struct snd_pcm snd_pcm_t;
|
|||
typedef struct snd_pcm_loopback snd_pcm_loopback_t;
|
||||
|
||||
int snd_pcm_open(snd_pcm_t **handle, int card, int device, int mode);
|
||||
int snd_pcm_open_subdevice(snd_pcm_t **handle, int card, int device, int subdevice, int mode);
|
||||
int snd_pcm_close(snd_pcm_t *handle);
|
||||
int snd_pcm_file_descriptor(snd_pcm_t *handle);
|
||||
int snd_pcm_block_mode(snd_pcm_t *handle, int enable);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue