]> git.alsa-project.org Git - alsa-lib.git/commitdiff
oxygen: remove softvol plugin
authorClemens Ladisch <clemens@ladisch.de>
Fri, 30 Nov 2007 07:13:40 +0000 (08:13 +0100)
committerClemens Ladisch <clemens@ladisch.de>
Fri, 30 Nov 2007 07:13:40 +0000 (08:13 +0100)
Remove the softvol plugin from all other CMI8788 devices.

src/conf/cards/CMI8788.conf

index 59b560cb21413d766938833f64dc5bc6191d60de..0ca71e9d28de5a7095d475ab79c6d9f65f1d6f3b 100644 (file)
@@ -9,15 +9,8 @@ CMI8788.pcm.front.0 {
        @args.CARD {
                type string
        }
-       type softvol
-       slave.pcm {
-               type hw
-               card $CARD
-       }
-       control {
-               name "PCM Playback Volume"
-               card $CARD
-       }
+       type hw
+       card $CARD
 }      
 
 # default with dmix & dsnoop
@@ -50,16 +43,9 @@ CMI8788.pcm.surround40.0 {
        @args.CARD {
                type string
        }
-       type softvol
-       slave.pcm {
-               type hw
-               card $CARD
-               channels 4
-       }
-       control {
-               name "PCM Playback Volume"
-               card $CARD
-       }
+       type hw
+       card $CARD
+       channels 4
 }      
 
 
@@ -72,16 +58,9 @@ CMI8788.pcm.surround51.0 {
        @args.CARD {
                type string
        }
-       type softvol
-       slave.pcm {
-               type hw
-               card $CARD
-               channels 6
-       }
-       control {
-               name "PCM Playback Volume"
-               card $CARD
-       }
+       type hw
+       card $CARD
+       channels 6
 }      
 
 <confdir:pcm/surround71.conf>
@@ -91,16 +70,9 @@ CMI8788.pcm.surround71.0 {
        @args.CARD {
                type string
        }
-       type softvol
-       slave.pcm {
-               type hw
-               card $CARD
-               channels 8
-       }
-       control {
-               name "PCM Playback Volume"
-               card $CARD
-       }
+       type hw
+       card $CARD
+       channels 8
 }      
 
 <confdir:pcm/iec958.conf>