aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/ALc.c
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2016-03-10 14:29:44 -0800
committerChris Robinson <[email protected]>2016-03-10 14:29:44 -0800
commitd648486bcd431b34ad68b76db400ff7e963c72e2 (patch)
tree6b4e2fab0b5c92cbef7800dc0efceb6459c942c4 /Alc/ALc.c
parentda5f75615bf4dee38d456949b30b90921ad713c0 (diff)
Generalize GetChannelIdxByName
Diffstat (limited to 'Alc/ALc.c')
-rw-r--r--Alc/ALc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Alc/ALc.c b/Alc/ALc.c
index 6074df4a..8ede026a 100644
--- a/Alc/ALc.c
+++ b/Alc/ALc.c
@@ -1538,7 +1538,7 @@ void SetDefaultChannelOrder(ALCdevice *device)
}
}
-extern inline ALint GetChannelIdxByName(const ALCdevice *device, enum Channel chan);
+extern inline ALint GetChannelIndex(const enum Channel names[MAX_OUTPUT_CHANNELS], enum Channel chan);
/* ALCcontext_DeferUpdates