mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-04 13:30:08 -05:00
conf: add /var/lib/alsa/card<NUMBER>.conf.d directory lookups
It may be handy to put extra configurations or symlinks to the global runtime directory. The configurations may be created at boot / hotplug event by udev or other scripts. Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
619cf45cb9
commit
2e4aee23b9
1 changed files with 8 additions and 0 deletions
|
|
@ -57,6 +57,14 @@ cards.@hooks [
|
|||
".conf"
|
||||
]
|
||||
}
|
||||
{
|
||||
@func concat
|
||||
strings [
|
||||
"/var/lib/alsa/card"
|
||||
{ @func private_integer }
|
||||
".conf.d"
|
||||
]
|
||||
}
|
||||
]
|
||||
errors false
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue