ALC4080: fix spdif_nodev default condition
Fix the thinko. The device layout is like: device: 0 name: USB Audio subname: subdevice #0 ... device: 3 name: USB Audio #3 subname: subdevice #0 Fixes: https://github.com/alsa-project/alsa-ucm-conf/issues/773 Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
9cbe98256f
commit
f846a8bba8
1 changed files with 1 additions and 1 deletions
|
|
@ -107,7 +107,7 @@ If.spdif_dev2 {
|
|||
False.If.spdif_nodev {
|
||||
Condition {
|
||||
Type String
|
||||
Empty "$${find-device:type=pcm,stream=playback,field=subname,regex='Audio #3'}"
|
||||
Empty "$${find-device:type=pcm,stream=playback,field=name,regex='Audio #3'}"
|
||||
}
|
||||
True.Define.SpdifName ""
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue