From 92f1ecfc7b3a301b0828ea0306e8a61852dcc9eb Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Fri, 31 May 2013 05:17:11 -0400 Subject: Just init audio thread event with Q_NULL instead of SYS_TIMEOUT. What was I thinking? Anyway, it's a little nicer and it's reserved so shouldn't end up as a case value anywhere. Change-Id: If745c24951518608e3f4fc51f7419ef07d7cf2ac --- apps/audio_thread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps') diff --git a/apps/audio_thread.c b/apps/audio_thread.c index 56f3853c6c..397d8b0946 100644 --- a/apps/audio_thread.c +++ b/apps/audio_thread.c @@ -65,7 +65,7 @@ unsigned int audio_thread_id = 0; static void NORETURN_ATTR audio_thread(void) { struct queue_event ev; - ev.id = SYS_TIMEOUT; /* something not in switch below */ + ev.id = Q_NULL; /* something not in switch below */ pcm_postinit(); -- cgit v1.2.3