mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
Mixer v2.0 merged to the main CVS tree...
This commit is contained in:
parent
3f541735e3
commit
a5b307a711
10 changed files with 536 additions and 167 deletions
|
|
@ -14,6 +14,14 @@ int snd_cards(void);
|
|||
unsigned int snd_cards_mask(void);
|
||||
int snd_card_name(const char *name);
|
||||
|
||||
int snd_defaults_card(void);
|
||||
int snd_defaults_mixer_card(void);
|
||||
int snd_defaults_mixer_device(void);
|
||||
int snd_defaults_pcm_card(void);
|
||||
int snd_defaults_pcm_device(void);
|
||||
int snd_defaults_rawmidi_card(void);
|
||||
int snd_defaults_rawmidi_device(void);
|
||||
|
||||
int snd_ctl_open(void **handle, int card);
|
||||
int snd_ctl_close(void *handle);
|
||||
int snd_ctl_file_descriptor(void *handle);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue