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; + } +}