mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2026-02-18 22:05:17 -05: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
|
# Configuration for the CMI8788 chip
|
||||||
#
|
#
|
||||||
|
|
||||||
# TODO: use 96 or 192 kHz for dmix?
|
|
||||||
# TODO: remove softvol
|
|
||||||
# TODO: add hooks for SPDIF mixer controls
|
# TODO: add hooks for SPDIF mixer controls
|
||||||
|
|
||||||
<confdir:pcm/front.conf>
|
<confdir:pcm/front.conf>
|
||||||
|
|
@ -24,7 +22,7 @@ CMI8788.pcm.front.0 {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
# default with dmix+softvol & dsnoop
|
# default with dmix & dsnoop
|
||||||
CMI8788.pcm.default {
|
CMI8788.pcm.default {
|
||||||
@args [ CARD ]
|
@args [ CARD ]
|
||||||
@args.CARD {
|
@args.CARD {
|
||||||
|
|
@ -34,22 +32,15 @@ CMI8788.pcm.default {
|
||||||
playback.pcm {
|
playback.pcm {
|
||||||
type plug
|
type plug
|
||||||
slave.pcm {
|
slave.pcm {
|
||||||
type softvol
|
@func concat
|
||||||
slave.pcm {
|
strings [ "dmix:" $CARD ",FORMAT=S32_LE" ]
|
||||||
@func concat
|
|
||||||
strings [ "dmix:" $CARD ]
|
|
||||||
}
|
|
||||||
control {
|
|
||||||
name "PCM Playback Volume"
|
|
||||||
card $CARD
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
capture.pcm {
|
capture.pcm {
|
||||||
type plug
|
type plug
|
||||||
slave.pcm {
|
slave.pcm {
|
||||||
@func concat
|
@func concat
|
||||||
strings [ "dsnoop:" $CARD ]
|
strings [ "dsnoop:" $CARD ",FORMAT=S32_LE" ]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -49,6 +49,7 @@ Allegro cards.Maestro3
|
||||||
Canyon3D-2 cards.Maestro3
|
Canyon3D-2 cards.Maestro3
|
||||||
Azalia cards.HDA-Intel
|
Azalia cards.HDA-Intel
|
||||||
aaci-pl041 cards.AACI
|
aaci-pl041 cards.AACI
|
||||||
|
AV200 cards.CMI8788
|
||||||
|
|
||||||
<confdir:pcm/default.conf>
|
<confdir:pcm/default.conf>
|
||||||
<confdir:pcm/dmix.conf>
|
<confdir:pcm/dmix.conf>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue