mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-02 09:01:48 -05:00
Make dmix/dsnoop as default PCM for ICE1724
Make dmix/dsnoop as default PCM for ICE1724.
This commit is contained in:
parent
aa21cf4d7c
commit
46df7083c9
1 changed files with 23 additions and 0 deletions
|
|
@ -2,6 +2,29 @@
|
|||
# Configuration for the ICE1724 (Envy24HT) chip
|
||||
#
|
||||
|
||||
# default with dmix & dsnoop
|
||||
ICE1724.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>
|
||||
|
||||
ICE1724.pcm.front.0 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue