]> git.alsa-project.org Git - alsa-lib.git/commitdiff
Small changes; added INTEL8X0
authorJaroslav Kysela <perex@perex.cz>
Tue, 8 May 2001 09:10:14 +0000 (09:10 +0000)
committerJaroslav Kysela <perex@perex.cz>
Tue, 8 May 2001 09:10:14 +0000 (09:10 +0000)
src/pcm/surround.conf

index b6c981e9aa7bb8c303474bbf64c4c804f53c085a..3a35fe4db268611d47ddc06b33e8540c62b014e4 100644 (file)
@@ -17,8 +17,8 @@ surround_plugin.SI_7018 {     # test only
 surround_plugin.FM801 {
        channels.six = true;
        open_single {
-               device.0 = 0;
-               subdevice.0 = 0;
+               device = 0;
+               subdevice = 0;
        }
 }
 
@@ -95,3 +95,12 @@ surround_plugin.TRID4DWAVENX {
                value.1 = 127;
        }
 }
+
+surround_plugin.INTEL8X0 {
+       channels.four = true;
+       channels.six = true;
+       open_single {
+               device = 0;
+               subdevice = 0;
+       }
+}