From 91f1b4b96f6a73b7a4a36504e8c4c50cc3f0731b Mon Sep 17 00:00:00 2001 From: Clemens Ladisch Date: Tue, 17 Feb 2009 09:45:57 +0100 Subject: [PATCH] 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 --- src/conf/cards/CMI8788.conf | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/src/conf/cards/CMI8788.conf b/src/conf/cards/CMI8788.conf index 26910d51..0ca71e9d 100644 --- a/src/conf/cards/CMI8788.conf +++ b/src/conf/cards/CMI8788.conf @@ -13,7 +13,7 @@ CMI8788.pcm.front.0 { card $CARD } -# default with dmix+softvol & dsnoop +# default with dmix & dsnoop CMI8788.pcm.default { @args [ CARD ] @args.CARD { @@ -23,15 +23,8 @@ CMI8788.pcm.default { playback.pcm { type plug slave.pcm { - type softvol - slave.pcm { - @func concat - strings [ "dmix:" $CARD ",FORMAT=S32_LE" ] - } - control { - name "PCM Playback Volume" - card $CARD - } + @func concat + strings [ "dmix:" $CARD ",FORMAT=S32_LE" ] } } capture.pcm { -- 2.47.1