mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-18 07:00:03 -05:00
Fix card type to string
Fixed the card type to string in each config. Also, removed suprefluous DEV argument in iec958 of some cards.
This commit is contained in:
parent
145f85fff8
commit
970b1450be
21 changed files with 31 additions and 40 deletions
|
|
@ -7,7 +7,7 @@
|
|||
HDA-Intel.pcm.front.0 {
|
||||
@args [ CARD ]
|
||||
@args.CARD {
|
||||
type integer
|
||||
type string
|
||||
}
|
||||
type softvol
|
||||
slave.pcm {
|
||||
|
|
@ -25,7 +25,7 @@ HDA-Intel.pcm.front.0 {
|
|||
HDA-Intel.pcm.default {
|
||||
@args [ CARD ]
|
||||
@args.CARD {
|
||||
type integer
|
||||
type string
|
||||
}
|
||||
type asym
|
||||
playback.pcm {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue