aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/ALc.c
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2014-11-08 05:53:17 -0800
committerChris Robinson <[email protected]>2014-11-08 05:53:17 -0800
commit3904a3f033ff2060bc8394164b437dabaf851046 (patch)
tree23c8415329f038fb8049f41e6e534ef21a37d7fa /Alc/ALc.c
parent74994e9d114953621042ab6b6f11cc7a4e32db94 (diff)
Allow selecting the 5.1-rear channel config from the config file
Diffstat (limited to 'Alc/ALc.c')
-rw-r--r--Alc/ALc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Alc/ALc.c b/Alc/ALc.c
index cbe9601e..421143a7 100644
--- a/Alc/ALc.c
+++ b/Alc/ALc.c
@@ -3277,6 +3277,7 @@ ALC_API ALCdevice* ALC_APIENTRY alcOpenDevice(const ALCchar *deviceName)
{ "surround51", DevFmtX51 },
{ "surround61", DevFmtX61 },
{ "surround71", DevFmtX71 },
+ { "surround51rear", DevFmtX51Rear },
};
size_t i;