From f32a90a8396136cdded09390b68c9aac3d29ee7e Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 22 Jul 2013 22:57:51 +0200 Subject: audio/out: remove options argument from init() Same as with VOs in the previous commit. --- audio/out/ao_openal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'audio/out/ao_openal.c') diff --git a/audio/out/ao_openal.c b/audio/out/ao_openal.c index 27a8093d36..ccc73ba9f5 100644 --- a/audio/out/ao_openal.c +++ b/audio/out/ao_openal.c @@ -116,7 +116,7 @@ static const struct speaker speaker_pos[] = { {-1}, }; -static int init(struct ao *ao, char *params) +static int init(struct ao *ao) { float position[3] = {0, 0, 0}; float direction[6] = {0, 0, 1, 0, -1, 0}; -- cgit v1.2.3