Added snd_config_load_override().

Fixed problem with EOF detection in freestring parser.
Fixed problem with run-time argument parsing (snd_config_load()->snd_config_load_override() replace).
Added more documentation for configuration run-time arguments and hooks.
Fixed the behaviour of snd_config_search_definition() - implicit and explicit base.
This commit is contained in:
Jaroslav Kysela 2002-01-09 21:28:15 +00:00
parent b642a7c11e
commit d10bcbf76d
6 changed files with 146 additions and 34 deletions

View file

@ -39,6 +39,7 @@ may be placed in the library code instead of the kernel driver.</P>
<LI>Page \ref conf explains the syntax of library configuration files.
<LI>Page \ref confarg explains the run-time argument syntax.
<LI>Page \ref conffunc explains the run-time function definition and usage.
<LI>Page \ref confhooks explains the run-time hooks definition and usage.
</UL>
*/