ref: 779136a6212f88a5f2328d28817e9b00157ce0e6
parent: e53f065dafc7e6bd2838f7ce77aabf36223f0f5a
author: coypu <coypu@sdf.org>
date: Wed Apr 26 00:34:30 EDT 2017
Declare AUDIO_OUT once
--- a/examples/audio_out.c
+++ b/examples/audio_out.c
@@ -33,11 +33,6 @@
#define MAKE_MAGIC(a,b,c,d,e,f,g,h) \
((a) + ((b) << 1) + ((c) << 2) + ((d) << 3) + ((e) << 4) + ((f) << 5) + ((g) << 6) + ((h) << 7))
-typedef struct AUDIO_OUT_s
-{ int magic ;
-} AUDIO_OUT ;
-
-
/*------------------------------------------------------------------------------
** Linux (ALSA and OSS) functions for playing a sound.
*/