mirror of
https://gitee.com/openharmony/third_party_alsa-lib
synced 2024-12-02 12:56:45 +00: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
@ -57,6 +57,14 @@ cards.@hooks [
|
||||
".conf"
|
||||
]
|
||||
}
|
||||
{
|
||||
@func concat
|
||||
strings [
|
||||
"/var/lib/alsa/card"
|
||||
{ @func private_integer }
|
||||
".conf.d"
|
||||
]
|
||||
}
|
||||
]
|
||||
errors false
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user