mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-02 09:01:48 -05:00
oxygen: remove softvol plugin
The change that removed the Master controls for Xonar D2(X) cards was reverted, so we don't need to use the softvol plugin anymore ... Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
This commit is contained in:
parent
e38f921625
commit
91f1b4b96f
1 changed files with 3 additions and 10 deletions
|
|
@ -13,7 +13,7 @@ CMI8788.pcm.front.0 {
|
||||||
card $CARD
|
card $CARD
|
||||||
}
|
}
|
||||||
|
|
||||||
# default with dmix+softvol & dsnoop
|
# default with dmix & dsnoop
|
||||||
CMI8788.pcm.default {
|
CMI8788.pcm.default {
|
||||||
@args [ CARD ]
|
@args [ CARD ]
|
||||||
@args.CARD {
|
@args.CARD {
|
||||||
|
|
@ -23,15 +23,8 @@ 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 ",FORMAT=S32_LE" ]
|
|
||||||
}
|
|
||||||
control {
|
|
||||||
name "PCM Playback Volume"
|
|
||||||
card $CARD
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
capture.pcm {
|
capture.pcm {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue