From 6ba5128f722293a48b58c42385a5e1ff09f26e94 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Fri, 19 Aug 2011 00:23:26 -0700 Subject: Use separate lists for playback and capture backends --- Alc/sndio.c | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'Alc/sndio.c') diff --git a/Alc/sndio.c b/Alc/sndio.c index aa6ac0e4..5f9ad0cd 100644 --- a/Alc/sndio.c +++ b/Alc/sndio.c @@ -335,20 +335,12 @@ static void sndio_stop_playback(ALCdevice *device) } -static ALCboolean sndio_open_capture(ALCdevice *device, const ALCchar *deviceName) -{ - (void)device; - (void)deviceName; - return ALC_FALSE; -} - - static const BackendFuncs sndio_funcs = { sndio_open_playback, sndio_close_playback, sndio_reset_playback, sndio_stop_playback, - sndio_open_capture, + NULL, NULL, NULL, NULL, -- cgit v1.2.3