mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
Added argument handling for the slave PCMs.
The configuration root (snd_config) can be specified for the internal routines. The pcm_hooks code was recoded (independent code moved to control/setup.c). Improved the pcm_multi plugin (added master configuration).
This commit is contained in:
parent
61bf03ce70
commit
bf780a25a5
29 changed files with 1179 additions and 1070 deletions
|
|
@ -59,6 +59,8 @@ typedef enum _snd_set_mode {
|
|||
size_t page_align(size_t size);
|
||||
size_t page_size(void);
|
||||
|
||||
int safe_strtol(const char *str, long *val);
|
||||
|
||||
#define HAVE_GNU_LD
|
||||
#define HAVE_ELF
|
||||
#define HAVE_ASM_PREVIOUS_DIRECTIVE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue