mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-27 07:00:09 -05:00
Added snd_func_macro and added 'defaults.*' definitions to alsa.conf.
Changed arguments CARD to string (to accept card IDs). Enhanced function card_strtype to accept card IDs.
This commit is contained in:
parent
455edb9e21
commit
0c5b3434a8
9 changed files with 220 additions and 77 deletions
|
|
@ -5,7 +5,7 @@
|
|||
cards.YMFPCI.front.0 {
|
||||
@args [ CARD ]
|
||||
@args.CARD {
|
||||
type integer
|
||||
type string
|
||||
}
|
||||
type hw
|
||||
card $CARD
|
||||
|
|
@ -15,7 +15,7 @@ cards.YMFPCI.front.0 {
|
|||
cards.YMFPCI.rear.0 {
|
||||
@args [ CARD ]
|
||||
@args.CARD {
|
||||
type integer
|
||||
type string
|
||||
}
|
||||
type hw
|
||||
card $CARD
|
||||
|
|
@ -25,7 +25,7 @@ cards.YMFPCI.rear.0 {
|
|||
cards.YMFPCI.surround40.0 {
|
||||
@args [ CARD ]
|
||||
@args.CARD {
|
||||
type integer
|
||||
type string
|
||||
}
|
||||
type multi
|
||||
slaves [
|
||||
|
|
@ -59,7 +59,7 @@ cards.YMFPCI.surround40.0 {
|
|||
cards.YMFPCI.iec958.0 {
|
||||
@args [ CARD DEV AES0 AES1 AES2 AES3 ]
|
||||
@args.CARD {
|
||||
type integer
|
||||
type string
|
||||
}
|
||||
@args.DEV {
|
||||
type integer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue