mirror of
https://github.com/encounter/SDL.git
synced 2025-12-13 23:26:18 +00:00
drop handle parameter of OpenDevice
This commit is contained in:
@@ -280,7 +280,7 @@ JACK_CloseDevice(_THIS)
|
||||
}
|
||||
|
||||
static int
|
||||
JACK_OpenDevice(_THIS, void *handle, const char *devname)
|
||||
JACK_OpenDevice(_THIS, const char *devname)
|
||||
{
|
||||
/* Note that JACK uses "output" for capture devices (they output audio
|
||||
data to us) and "input" for playback (we input audio data to them).
|
||||
|
||||
Reference in New Issue
Block a user