]> git.alsa-project.org Git - alsa-lib.git/commitdiff
oxygen: remove softvol plugin
authorClemens Ladisch <clemens@ladisch.de>
Tue, 17 Feb 2009 08:45:57 +0000 (09:45 +0100)
committerClemens Ladisch <clemens@ladisch.de>
Tue, 17 Feb 2009 08:45:57 +0000 (09:45 +0100)
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>
src/conf/cards/CMI8788.conf

index 26910d511cd7386ffad3a4c929d95c0756fa0531..0ca71e9d28de5a7095d475ab79c6d9f65f1d6f3b 100644 (file)
@@ -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 {