mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-01 22:58:49 -04:00
Make dmix/dsnoop as default for ICE1712
Make dmix/dsnoop as default for ICE1712 (bug#1659).
This commit is contained in:
parent
b08e01ca9e
commit
5bdd7f6b9b
1 changed files with 23 additions and 0 deletions
|
|
@ -2,6 +2,29 @@
|
|||
# Configuration for the ICE1712 (Envy24) chip
|
||||
#
|
||||
|
||||
# default with dmix & dsnoop
|
||||
ICE1712.pcm.default {
|
||||
@args [ CARD ]
|
||||
@args.CARD {
|
||||
type string
|
||||
}
|
||||
type asym
|
||||
playback.pcm {
|
||||
type plug
|
||||
slave.pcm {
|
||||
@func concat
|
||||
strings [ "dmix:" $CARD ",FORMAT=S32_LE" ]
|
||||
}
|
||||
}
|
||||
capture.pcm {
|
||||
type plug
|
||||
slave.pcm {
|
||||
@func concat
|
||||
strings [ "dsnoop:" $CARD ",FORMAT=S32_LE" ]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
<confdir:pcm/front.conf>
|
||||
|
||||
ICE1712.pcm.front.0 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue