OSDN Git Service

Added snd_card_type_string_to_enum and snd_card_type_enum_to_string functions.
authorJaroslav Kysela <perex@perex.cz>
Thu, 10 May 2001 08:32:40 +0000 (08:32 +0000)
committerJaroslav Kysela <perex@perex.cz>
Thu, 10 May 2001 08:32:40 +0000 (08:32 +0000)
commit232d703c2384bf92edbd9083a05f2f8cb9233d49
tree53d7ac10079b0bec796ec09d176f22f991106418
parenta5ddd2f21fbd00615678db9b79bb25433e8ebdaa
Added snd_card_type_string_to_enum and snd_card_type_enum_to_string functions.
 - the /usr/share/alsa/cards.conf file contains the translation table
Added snd_sctl_build and snd_sctl_free functions.
Recoded the surround plugin to use the surround.conf file.
 - the /usr/share/alsa/surround.conf file contains the surround configuration
include/Makefile.am
include/control.h
src/control/Makefile.am
src/control/cards.conf
src/control/cards_id.c [new file with mode: 0644]
src/control/setup.c [new file with mode: 0644]
src/pcm/pcm_surr.c
src/pcm/surround.conf
test/Makefile.am
test/cardid.c [new file with mode: 0644]