Commit f91d9222 authored by David Reid's avatar David Reid

Clean up.

parent 34a2294f
...@@ -8056,30 +8056,12 @@ typedef int mal_pa_sample_format_t; ...@@ -8056,30 +8056,12 @@ typedef int mal_pa_sample_format_t;
#define MAL_PA_SAMPLE_S24_32LE 11 #define MAL_PA_SAMPLE_S24_32LE 11
#define MAL_PA_SAMPLE_S24_32BE 12 #define MAL_PA_SAMPLE_S24_32BE 12
typedef struct typedef struct mal_pa_mainloop mal_pa_mainloop;
{ typedef struct mal_pa_mainloop_api mal_pa_mainloop_api;
int __unused; typedef struct mal_pa_context mal_pa_context;
} mal_pa_mainloop; typedef struct mal_pa_operation mal_pa_operation;
typedef struct typedef struct mal_pa_stream mal_pa_stream;
{ typedef struct mal_pa_spawn_api mal_pa_spawn_api;
int __unused;
} mal_pa_mainloop_api;
typedef struct
{
int __unused;
} mal_pa_context;
typedef struct
{
int __unused;
} mal_pa_operation;
typedef struct
{
int __unused;
} mal_pa_stream;
typedef struct
{
int __unused;
} mal_pa_spawn_api;
typedef struct typedef struct
{ {
...@@ -9263,17 +9245,11 @@ typedef JackShutdownCallback mal_JackShutdownCallback; ...@@ -9263,17 +9245,11 @@ typedef JackShutdownCallback mal_JackShutdownCallback;
#define mal_JackPortIsOutput JackPortIsOutput #define mal_JackPortIsOutput JackPortIsOutput
#define mal_JackPortIsPhysical JackPortIsPhysical #define mal_JackPortIsPhysical JackPortIsPhysical
#else #else
typedef mal_uint32 mal_jack_nframes_t; typedef mal_uint32 mal_jack_nframes_t;
typedef int mal_jack_options_t; typedef int mal_jack_options_t;
typedef int mal_jack_status_t; typedef int mal_jack_status_t;
typedef struct typedef struct mal_jack_client_t mal_jack_client_t;
{ typedef struct mal_jack_port_t mal_jack_port_t;
int __unused;
} mal_jack_client_t;
typedef struct
{
int __unused;
} mal_jack_port_t;
typedef int (* mal_JackProcessCallback) (mal_jack_nframes_t nframes, void* arg); typedef int (* mal_JackProcessCallback) (mal_jack_nframes_t nframes, void* arg);
typedef int (* mal_JackBufferSizeCallback)(mal_jack_nframes_t nframes, void* arg); typedef int (* mal_JackBufferSizeCallback)(mal_jack_nframes_t nframes, void* arg);
typedef void (* mal_JackShutdownCallback) (void* arg); typedef void (* mal_JackShutdownCallback) (void* arg);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment