]> git.alsa-project.org Git - alsa-lib.git/commit
Added snd_config_hook_load_for_all_cards.
authorJaroslav Kysela <perex@perex.cz>
Thu, 21 Jun 2001 13:41:50 +0000 (13:41 +0000)
committerJaroslav Kysela <perex@perex.cz>
Thu, 21 Jun 2001 13:41:50 +0000 (13:41 +0000)
commitbc581b87ae47f1be0d62e47133bef33acbff1bb3
tree87f79c3bc6aca0e57b64c36bc43f6ea1b803d720
parentbe5529bc3a306a796c53f9918562ddfda4fe8313
Added snd_config_hook_load_for_all_cards.
Added private_data parameter for snd_config_hooks function.
Fixed the return value mess in the config parser routines.
The include file could begin with 'confdir:' which is replaced with /usr/share/alsa.
The snd_config_search_definitions looks for raw name at first (without suggested root).
Added snd_func_private_card_strtype function.
All configuration files moved to the src/conf directory.
Configuration files modified to use load-on-demand feature using hooks.
24 files changed:
configure.in
src/Makefile.am
src/conf.c
src/conf/Makefile.am [new file with mode: 0644]
src/conf/alsa.conf [new file with mode: 0644]
src/conf/cards.conf [moved from src/control/cards.conf with 100% similarity]
src/conf/cards/CMIPCI.conf [moved from src/cards/CMI8738.conf with 74% similarity]
src/conf/cards/EMU10K1.conf [moved from src/cards/EMU10K1.conf with 89% similarity]
src/conf/cards/ENS1370.conf [moved from src/cards/ENS1370.conf with 85% similarity]
src/conf/cards/FM801.conf [moved from src/cards/FM801.conf with 71% similarity]
src/conf/cards/ICE1712.conf [moved from src/cards/ICE1712.conf with 80% similarity]
src/conf/cards/INTEL8X0.conf [moved from src/cards/INTEL8X0.conf with 71% similarity]
src/conf/cards/Makefile.am [moved from src/cards/Makefile.am with 69% similarity]
src/conf/cards/SI_7018.conf [moved from src/cards/SI_7018.conf with 84% similarity]
src/conf/cards/TRID4DWAVENX.conf [moved from src/cards/TRID4DWAVENX.conf with 87% similarity]
src/conf/cards/YMFPCI.conf [moved from src/cards/YMFPCI.conf with 84% similarity]
src/conf/pcm/Makefile.am [new file with mode: 0644]
src/conf/pcm/center_lfe.conf [new file with mode: 0644]
src/conf/pcm/front.conf [new file with mode: 0644]
src/conf/pcm/rear.conf [new file with mode: 0644]
src/conf/pcm/surround40.conf [new file with mode: 0644]
src/conf/pcm/surround51.conf [new file with mode: 0644]
src/confmisc.c
src/control/Makefile.am