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:
Takashi Iwai 2006-10-04 17:33:25 +02:00
parent 1827d9ccff
commit 1a87651393

View file

@ -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 ]
}
}
}