aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/ALc.c
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2012-02-07 07:06:38 -0800
committerChris Robinson <[email protected]>2012-02-07 07:06:38 -0800
commitc211f1d3fe807f1dd74f7cc0809a07d4b4822cc7 (patch)
tree044d674fbac30e659ce1934dd2db3bfba8bbe996 /Alc/ALc.c
parentdeb84cfdacd00e90acedb66985a25fa7f3caaf42 (diff)
Don't enable BS2B for loopback devices
Diffstat (limited to 'Alc/ALc.c')
-rw-r--r--Alc/ALc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/Alc/ALc.c b/Alc/ALc.c
index 7a14f158..f5f7bbe0 100644
--- a/Alc/ALc.c
+++ b/Alc/ALc.c
@@ -2647,8 +2647,6 @@ ALC_API ALCdevice* ALC_APIENTRY alcLoopbackOpenDeviceSOFT(void)
ConfigValueUInt(NULL, "sends", &device->NumAuxSends);
if(device->NumAuxSends > MAX_SENDS) device->NumAuxSends = MAX_SENDS;
- ConfigValueInt(NULL, "cf_level", &device->Bs2bLevel);
-
device->NumStereoSources = 1;
device->NumMonoSources = device->MaxNoOfSources - device->NumStereoSources;