Skip to content

Commit

Permalink
SplitPCM: Device argument may not be set
Browse files Browse the repository at this point in the history
Link: #346
Fixes: 10967ea ("SplitPCM: Fix Device variable in SplitPCMDevice macro")
Signed-off-by: Jaroslav Kysela <[email protected]>
  • Loading branch information
perexg committed Sep 4, 2023
1 parent 5eb1d5f commit b68aa52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ucm2/common/pcm/split.conf
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ DefineMacro.SplitPCMDevice {
If.0 {
Condition {
Type String
Empty "${var:__Device}"
Empty "${var:-__Device}"
}
True.Define.__Device "0"
}
Expand Down

0 comments on commit b68aa52

Please sign in to comment.