]> git.alsa-project.org Git - alsa-lib.git/commit
Added argument handling for the slave PCMs.
authorJaroslav Kysela <perex@perex.cz>
Mon, 11 Jun 2001 13:35:48 +0000 (13:35 +0000)
committerJaroslav Kysela <perex@perex.cz>
Mon, 11 Jun 2001 13:35:48 +0000 (13:35 +0000)
commitbf780a25a54071196a7ff755a2c0bf1ee404cbab
treee986618038c0a33792c6327294a7ac0d6df74ac6
parent61bf03ce707c83115ade1cc6d7701d6b255a128a
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).
29 files changed:
doc/asoundrc.doc
include/conf.h
include/control.h
include/local.h
include/pcm.h
src/Makefile.am
src/alsa.conf
src/cards/SI_7018.conf
src/conf.c
src/confmisc.c [new file with mode: 0644]
src/control/setup.c
src/pcm/Makefile.am
src/pcm/pcm.c
src/pcm/pcm_adpcm.c
src/pcm/pcm_alaw.c
src/pcm/pcm_copy.c
src/pcm/pcm_file.c
src/pcm/pcm_hooks.c
src/pcm/pcm_hw.c
src/pcm/pcm_linear.c
src/pcm/pcm_local.h
src/pcm/pcm_meter.c
src/pcm/pcm_mulaw.c
src/pcm/pcm_multi.c
src/pcm/pcm_plug.c
src/pcm/pcm_rate.c
src/pcm/pcm_route.c
src/pcm/pcm_share.c
src/pcm/pcm_shm.c