mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-05 13:30:00 -05:00
Use dmix/dsnoop as default
Use dmix/dsnoop plugins as default for emu10k1x.
This commit is contained in:
parent
06044933cc
commit
586c8872a9
1 changed files with 23 additions and 0 deletions
|
|
@ -2,6 +2,29 @@
|
||||||
# Configuration for the EMU10K1X chip
|
# Configuration for the EMU10K1X chip
|
||||||
#
|
#
|
||||||
|
|
||||||
|
# default with dmix & dsnoop
|
||||||
|
EMU10K1X.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>
|
<confdir:pcm/front.conf>
|
||||||
|
|
||||||
EMU10K1X.pcm.front.0 {
|
EMU10K1X.pcm.front.0 {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue