Use dmix/dsnoop for default PCM

Use dmix/dsnoop plugins for default PCM in most of mobo chips
This commit is contained in:
Takashi Iwai 2005-01-31 11:51:36 +00:00
parent 9309430ae8
commit 33d9449c71
18 changed files with 327 additions and 36 deletions

View file

@ -14,6 +14,30 @@ CS46xx.pcm.front.0 {
device 0
}
# default with plughw/dsnoop
# CS46xx supports multi-playback
CS46xx.pcm.default {
@args [ CARD ]
@args.CARD {
type integer
}
type asym
playback.pcm {
type plug
slave.pcm {
@func concat
strings [ "hw:" $CARD ]
}
}
capture.pcm {
type plug
slave.pcm {
@func concat
strings [ "dsnoop:" $CARD ]
}
}
}
<confdir:pcm/rear.conf>
CS46xx.pcm.rear.0 {