mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-16 06:59:57 -05:00
Use dmix/dsnoop for default PCM
Use dmix/dsnoop plugins for default PCM in most of mobo chips
This commit is contained in:
parent
9309430ae8
commit
33d9449c71
18 changed files with 327 additions and 36 deletions
|
|
@ -21,7 +21,7 @@ HDA-Intel.pcm.front.0 {
|
|||
}
|
||||
}
|
||||
|
||||
# with dmix?
|
||||
# default with dmix+softvol & dsnoop
|
||||
HDA-Intel.pcm.default {
|
||||
@args [ CARD ]
|
||||
@args.CARD {
|
||||
|
|
@ -33,9 +33,8 @@ HDA-Intel.pcm.default {
|
|||
slave.pcm {
|
||||
type softvol
|
||||
slave.pcm {
|
||||
type hw
|
||||
card $CARD
|
||||
device 0
|
||||
@func concat
|
||||
strings [ "dmix:" $CARD ]
|
||||
}
|
||||
control {
|
||||
name "PCM Playback Volume"
|
||||
|
|
@ -46,9 +45,8 @@ HDA-Intel.pcm.default {
|
|||
capture.pcm {
|
||||
type plug
|
||||
slave.pcm {
|
||||
type hw
|
||||
card $CARD
|
||||
device 0
|
||||
@func concat
|
||||
strings [ "dsnoop:" $CARD ]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue