]> git.alsa-project.org Git - alsa-lib.git/commitdiff
Remove routing of 5.1 output
authorTakashi Iwai <tiwai@suse.de>
Wed, 9 Feb 2005 16:10:41 +0000 (16:10 +0000)
committerTakashi Iwai <tiwai@suse.de>
Wed, 9 Feb 2005 16:10:41 +0000 (16:10 +0000)
Removed the routing of 5.1 output.  ICH4 uses the same slot
assignment (3/4/7/8/6/9) like codec chips.

src/conf/cards/ICH4.conf

index ae951d924caa2848dfc603b254fdc17c125eade3..bf109247519a16d8798587535a16238b99222410 100644 (file)
@@ -103,55 +103,45 @@ ICH4.pcm.surround51.0 {
        }
        type softvol
        slave.pcm {
-               type route
-               ttable.0.0 1
-               ttable.1.1 1
-               ttable.2.4 1
-               ttable.3.5 1
-               ttable.4.2 1
-               ttable.5.3 1
+               type hooks
                slave.pcm {
-                       type hooks
-                       slave.pcm {
-                               type hw
-                               card $CARD
-                               device 0
+                       type hw
+                       card $CARD
+                       device 0
+               }
+               hooks.0 {
+                       type ctl_elems
+                       hook_args [
+                       {
+                               name "Line-In As Surround"
+                               preserve true
+                               value true
+                               lock true
+                               optional true
                        }
-                       hooks.0 {
-                               type ctl_elems
-                               hook_args [
-                               {
-                                       name "Line-In As Surround"
-                                       preserve true
-                                       value true
-                                       lock true
-                                       optional true
-                               }
-                               {
-                                       name "Mic As Center/LFE"
-                                       preserve true
-                                       value true
-                                       lock true
-                                       optional true
-                               }
-                               {
-                                       name "Surround Down Mix"
-                                       preserve true
-                                       value off
-                                       lock true
-                                       optional true
-                               }
-                               {
-                                       name "Center/LFE Down Mix"
-                                       preserve true
-                                       value off
-                                       lock true
-                                       optional true
-                               }
-                               ]
+                       {
+                               name "Mic As Center/LFE"
+                               preserve true
+                               value true
+                               lock true
+                               optional true
                        }
+                       {
+                               name "Surround Down Mix"
+                               preserve true
+                               value off
+                               lock true
+                               optional true
+                       }
+                       {
+                               name "Center/LFE Down Mix"
+                               preserve true
+                               value off
+                               lock true
+                               optional true
+                       }
+                       ]
                }
-               slave.channels 6
        }
        control {
                name "PCM Playback Volume"