From effd53a0ff9bd519dccc429a21061cd25daf71d6 Mon Sep 17 00:00:00 2001 From: Andrei Emeltchenko Date: Mon, 12 May 2014 11:57:06 +0300 Subject: [PATCH] audio/haltest: Make audio_stream static --- android/client/if-audio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/client/if-audio.c b/android/client/if-audio.c index ede85337b..6a48025fb 100644 --- a/android/client/if-audio.c +++ b/android/client/if-audio.c @@ -22,7 +22,7 @@ #include audio_hw_device_t *if_audio = NULL; -struct audio_stream_out *stream_out = NULL; +static struct audio_stream_out *stream_out = NULL; static size_t buffer_size = 0; static pthread_t play_thread = 0; -- 2.47.3