mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
ucm: allow bind modifier to specific instances, other fixes
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
a16008023e
commit
37c7e2843f
5 changed files with 67 additions and 17 deletions
|
|
@ -18,7 +18,7 @@ SectionDevice."Device1".0 {
|
|||
|
||||
}
|
||||
|
||||
SectionModifier."Modifier1" {
|
||||
SectionModifier."Modifier1".0 {
|
||||
SupportedDevice [
|
||||
"Device1"
|
||||
]
|
||||
|
|
|
|||
|
|
@ -8,4 +8,6 @@ SectionUseCase."Case1" {
|
|||
SectionDefaults [
|
||||
exec "my prg"
|
||||
msleep 1
|
||||
cdev "hw:0"
|
||||
cset "name='PCM Playback Volume' 50%"
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue