mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-12-15 08:56:36 -05:00
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.
This commit is contained in:
parent
5ce8fbeab5
commit
b7c05ad942
7 changed files with 80 additions and 158 deletions
|
|
@ -1,3 +1,10 @@
|
|||
# Include a new configuration file
|
||||
<filename>
|
||||
|
||||
# Replace with an environment variable
|
||||
# (default value is used if envvar is not present or empty)
|
||||
<@envvar[,envvar1][,envvar2...]:defaultval@>
|
||||
|
||||
# Server definition
|
||||
server.NAME {
|
||||
host STR # host where the server is located (if map to local address
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue