mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
Use dmix/dsnoop for maestro3 boards
Use dmix/dsnoop for maestro3 boards. Although maestro3 has multiple playback capability, it supports only two streams (with the currently available firmware).
This commit is contained in:
parent
1827d9ccff
commit
1a87651393
1 changed files with 24 additions and 0 deletions
|
|
@ -11,3 +11,27 @@ Maestro3.pcm.front.0 {
|
||||||
card $CARD
|
card $CARD
|
||||||
device 0
|
device 0
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# default with dmix/dsnoop
|
||||||
|
Maestro3.pcm.default {
|
||||||
|
@args [ CARD ]
|
||||||
|
@args.CARD {
|
||||||
|
type string
|
||||||
|
}
|
||||||
|
type asym
|
||||||
|
playback.pcm {
|
||||||
|
type plug
|
||||||
|
slave.pcm {
|
||||||
|
@func concat
|
||||||
|
strings [ "dmix:" $CARD ]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
capture.pcm {
|
||||||
|
type plug
|
||||||
|
slave.pcm {
|
||||||
|
@func concat
|
||||||
|
strings [ "dsnoop:" $CARD ]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue