mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
oxygen: enhance configuration
Remove the now superfluous softvol plugin from the CMI8788 configuration, use 24-bit samples for dmix, and add an alias for the AV200 driver.
This commit is contained in:
parent
b70bd65415
commit
1cf37d72c4
2 changed files with 5 additions and 13 deletions
|
|
@ -2,8 +2,6 @@
|
|||
# Configuration for the CMI8788 chip
|
||||
#
|
||||
|
||||
# TODO: use 96 or 192 kHz for dmix?
|
||||
# TODO: remove softvol
|
||||
# TODO: add hooks for SPDIF mixer controls
|
||||
|
||||
<confdir:pcm/front.conf>
|
||||
|
|
@ -24,7 +22,7 @@ CMI8788.pcm.front.0 {
|
|||
}
|
||||
}
|
||||
|
||||
# default with dmix+softvol & dsnoop
|
||||
# default with dmix & dsnoop
|
||||
CMI8788.pcm.default {
|
||||
@args [ CARD ]
|
||||
@args.CARD {
|
||||
|
|
@ -34,22 +32,15 @@ CMI8788.pcm.default {
|
|||
playback.pcm {
|
||||
type plug
|
||||
slave.pcm {
|
||||
type softvol
|
||||
slave.pcm {
|
||||
@func concat
|
||||
strings [ "dmix:" $CARD ]
|
||||
}
|
||||
control {
|
||||
name "PCM Playback Volume"
|
||||
card $CARD
|
||||
}
|
||||
@func concat
|
||||
strings [ "dmix:" $CARD ",FORMAT=S32_LE" ]
|
||||
}
|
||||
}
|
||||
capture.pcm {
|
||||
type plug
|
||||
slave.pcm {
|
||||
@func concat
|
||||
strings [ "dsnoop:" $CARD ]
|
||||
strings [ "dsnoop:" $CARD ",FORMAT=S32_LE" ]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -49,6 +49,7 @@ Allegro cards.Maestro3
|
|||
Canyon3D-2 cards.Maestro3
|
||||
Azalia cards.HDA-Intel
|
||||
aaci-pl041 cards.AACI
|
||||
AV200 cards.CMI8788
|
||||
|
||||
<confdir:pcm/default.conf>
|
||||
<confdir:pcm/dmix.conf>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue