2005-01-03 17:18:44 +00:00
|
|
|
# configuration for ESS Maestro3
|
|
|
|
|
|
|
|
|
|
<confdir:pcm/front.conf>
|
|
|
|
|
|
|
|
|
|
Maestro3.pcm.front.0 {
|
|
|
|
|
@args [ CARD ]
|
|
|
|
|
@args.CARD {
|
|
|
|
|
type string
|
|
|
|
|
}
|
|
|
|
|
type hw
|
|
|
|
|
card $CARD
|
|
|
|
|
}
|
2006-10-04 17:33:25 +02:00
|
|
|
|
|
|
|
|
# default with dmix/dsnoop
|
|
|
|
|
Maestro3.pcm.default {
|
|
|
|
|
@args [ CARD ]
|
|
|
|
|
@args.CARD {
|
|
|
|
|
type string
|
|
|
|
|
}
|
|
|
|
|
type asym
|
|
|
|
|
playback.pcm {
|
|
|
|
|
type plug
|
|
|
|
|
slave.pcm {
|
2007-05-22 18:38:58 +02:00
|
|
|
# we need to specify device and subdevice numbers
|
|
|
|
|
# for a device with multiple substreams
|
2006-10-04 17:33:25 +02:00
|
|
|
@func concat
|
2007-05-22 18:38:58 +02:00
|
|
|
strings [ "dmix:" $CARD ",0,0" ]
|
2006-10-04 17:33:25 +02:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
capture.pcm {
|
|
|
|
|
type plug
|
|
|
|
|
slave.pcm {
|
|
|
|
|
@func concat
|
|
|
|
|
strings [ "dsnoop:" $CARD ]
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|