mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-13 13:30:01 -05:00
Evaluate CARD argument
Evaluate $CARD argument properly even when no card-specific default PCM is given.
This commit is contained in:
parent
ad0b348227
commit
7acb52ed84
1 changed files with 4 additions and 1 deletions
|
|
@ -34,6 +34,9 @@ pcm.!default {
|
||||||
default {
|
default {
|
||||||
# use plughw as default
|
# use plughw as default
|
||||||
type plug
|
type plug
|
||||||
slave.pcm hw
|
slave.pcm {
|
||||||
|
type hw
|
||||||
|
card $CARD
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue