]> git.alsa-project.org Git - alsa-lib.git/commit
add snd_device_name_hint() function and initial implementation
authorJaroslav Kysela <perex@perex.cz>
Wed, 11 Oct 2006 11:18:57 +0000 (13:18 +0200)
committerJaroslav Kysela <perex@perex.cz>
Wed, 11 Oct 2006 11:18:57 +0000 (13:18 +0200)
commit13fdc417851d87cce7303df65784df7b940ae56a
tree8595c901455066c99cecbf23e86a5f39335251f9
parentb223fbba233ce6df2e44503cdd9735dc3722c4e7
add snd_device_name_hint() function and initial implementation

- add snd_device_name_hint() and snd_device_name_free_hint() functions
- add snd_ctl_iface_conf_name() functions
- do not accept parameters for the plugin definition without @args section
- add defaults.pcm.dmix.card/device and dsnoop.card/device definitions
- add hints for HDA-Intel.conf, pcm/dmix.conf, pcm/dsnoop.conf and alsa.conf
- add test/namehint test utility
- doxygen related cleanups
19 files changed:
doc/doxygen.cfg
include/control.h
include/local.h
src/Versions
src/conf.c
src/conf/alsa.conf
src/conf/cards/ATIIXP-MODEM.conf
src/conf/cards/HDA-Intel.conf
src/conf/cards/ICH-MODEM.conf
src/conf/pcm/dmix.conf
src/conf/pcm/dsnoop.conf
src/conf/pcm/modem.conf
src/control/Makefile.am
src/control/control.c
src/control/namehint.c [new file with mode: 0644]
src/mixer/simple_none.c
src/pcm/pcm.c
test/Makefile.am
test/namehint.c [new file with mode: 0644]