summaryrefslogtreecommitdiff
path: root/include/control.h
diff options
context:
space:
mode:
authorJaroslav Kysela <perex@perex.cz>2001-06-08 10:15:25 +0000
committerJaroslav Kysela <perex@perex.cz>2001-06-08 10:15:25 +0000
commitb7c05ad942fb303ee0f509e0e0cbe21d1b85fb2d (patch)
treec11c9af97a6f218142ca37e17108696ee7cfb9c3 /include/control.h
parent5ce8fbeab51ec224efaf8f64d451b9befc79f7de (diff)
downloadalsa-lib-b7c05ad942fb303ee0f509e0e0cbe21d1b85fb2d.tar.gz
Removed snd_defaults_ functions.
Updated the syntax of configuration file to substitute values from the environment space. Updated alsa.conf to replace old snd_defaults_ functions.
Diffstat (limited to 'include/control.h')
-rw-r--r--include/control.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/control.h b/include/control.h
index 4c6eb8e1..311aaad0 100644
--- a/include/control.h
+++ b/include/control.h
@@ -266,13 +266,6 @@ int snd_card_get_index(const char *name);
int snd_card_get_name(int card, char **name);
int snd_card_get_longname(int card, char **name);
-int snd_defaults_card(void);
-int snd_defaults_mixer_card(void);
-int snd_defaults_pcm_card(void);
-int snd_defaults_pcm_device(void);
-int snd_defaults_rawmidi_card(void);
-int snd_defaults_rawmidi_device(void);
-
int snd_card_type_string_to_enum(const char *strid, snd_card_type_t *enumid);
int snd_card_type_enum_to_string(snd_card_type_t enumid, char **strid);