mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-06 13:29:59 -05:00
New config for ES1968 and Maestro3
New config files for ES1968 and Maestro3. They have multi-playback capabilities, so the default shouldn't be dmix.
This commit is contained in:
parent
156eb1228e
commit
abf5ea1fcc
2 changed files with 26 additions and 0 deletions
13
src/conf/cards/ES1968.conf
Normal file
13
src/conf/cards/ES1968.conf
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
# configuration for ESS Maestro2
|
||||
|
||||
<confdir:pcm/front.conf>
|
||||
|
||||
ES1968.pcm.front.0 {
|
||||
@args [ CARD ]
|
||||
@args.CARD {
|
||||
type string
|
||||
}
|
||||
type hw
|
||||
card $CARD
|
||||
device 0
|
||||
}
|
||||
13
src/conf/cards/Maestro3.conf
Normal file
13
src/conf/cards/Maestro3.conf
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
# configuration for ESS Maestro3
|
||||
|
||||
<confdir:pcm/front.conf>
|
||||
|
||||
Maestro3.pcm.front.0 {
|
||||
@args [ CARD ]
|
||||
@args.CARD {
|
||||
type string
|
||||
}
|
||||
type hw
|
||||
card $CARD
|
||||
device 0
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue