From a6d19dc1563b858d13df3ab3c842aa6bb38d5161 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Tue, 8 May 2001 09:10:14 +0000 Subject: [PATCH] Small changes; added INTEL8X0 --- src/pcm/surround.conf | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/src/pcm/surround.conf b/src/pcm/surround.conf index b6c981e9..3a35fe4d 100644 --- a/src/pcm/surround.conf +++ b/src/pcm/surround.conf @@ -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; + } +} -- 2.47.1