From: Jaroslav Kysela Date: Tue, 8 May 2001 09:10:14 +0000 (+0000) Subject: Small changes; added INTEL8X0 X-Git-Tag: v1.0.3~852 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=a6d19dc1563b858d13df3ab3c842aa6bb38d5161;p=alsa-lib.git Small changes; added INTEL8X0 --- 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; + } +}