mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
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:
parent
74b5c3139b
commit
477325ddfb
1 changed files with 23 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue