use dmix/dsnoop for default PCM on ca0106

This chipset lacks hardware mixing so needs to use dmix/dsnoop by
default.

Signed-off-by: Lee Revell <rlrevell@joe-job.com>
This commit is contained in:
Lee Revell 2005-09-29 12:32:41 +00:00 committed by Takashi Iwai
parent 74b5c3139b
commit 477325ddfb

View file

@ -2,6 +2,29 @@
# Configuration for the CA0106 chip
#
# default with dmix & dsnoop
CA0106.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 ]
}
}
}
<confdir:pcm/front.conf>
CA0106.pcm.front.0 {