提交 cb4f03e8 编写于 作者: M malc

audio: remove last remnants of _t

Signed-off-by: Nmalc <av1474@comtv.ru>
上级 bc578fe0
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
#include "config-host.h" #include "config-host.h"
#include "qemu-queue.h" #include "qemu-queue.h"
typedef void (*audio_callback_fn_t) (void *opaque, int avail); typedef void (*audio_callback_fn) (void *opaque, int avail);
typedef enum { typedef enum {
AUD_FMT_U8, AUD_FMT_U8,
...@@ -108,7 +108,7 @@ SWVoiceOut *AUD_open_out ( ...@@ -108,7 +108,7 @@ SWVoiceOut *AUD_open_out (
SWVoiceOut *sw, SWVoiceOut *sw,
const char *name, const char *name,
void *callback_opaque, void *callback_opaque,
audio_callback_fn_t callback_fn, audio_callback_fn callback_fn,
struct audsettings *settings struct audsettings *settings
); );
...@@ -129,7 +129,7 @@ SWVoiceIn *AUD_open_in ( ...@@ -129,7 +129,7 @@ SWVoiceIn *AUD_open_in (
SWVoiceIn *sw, SWVoiceIn *sw,
const char *name, const char *name,
void *callback_opaque, void *callback_opaque,
audio_callback_fn_t callback_fn, audio_callback_fn callback_fn,
struct audsettings *settings struct audsettings *settings
); );
......
...@@ -50,7 +50,7 @@ struct audio_option { ...@@ -50,7 +50,7 @@ struct audio_option {
struct audio_callback { struct audio_callback {
void *opaque; void *opaque;
audio_callback_fn_t fn; audio_callback_fn fn;
}; };
struct audio_pcm_info { struct audio_pcm_info {
......
...@@ -402,7 +402,7 @@ SW *glue (AUD_open_, TYPE) ( ...@@ -402,7 +402,7 @@ SW *glue (AUD_open_, TYPE) (
SW *sw, SW *sw,
const char *name, const char *name,
void *callback_opaque , void *callback_opaque ,
audio_callback_fn_t callback_fn, audio_callback_fn callback_fn,
struct audsettings *as struct audsettings *as
) )
{ {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册