From 764f7a01620d22d76ee7309ce515d969a5f29902 Mon Sep 17 00:00:00 2001 From: jethead71 Date: Sun, 11 Mar 2007 05:27:13 +0000 Subject: [PATCH] Add audiohw_postinit() stub for the sims. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12716 a1c6a512-1295-4272-9138-f99709370657 --- uisimulator/common/stubs.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/uisimulator/common/stubs.c b/uisimulator/common/stubs.c index 8ea46824c..3680183e2 100644 --- a/uisimulator/common/stubs.c +++ b/uisimulator/common/stubs.c @@ -262,3 +262,9 @@ void remove_thread(int threadnum) #define VIRT_SIZE 0xFFFF /* more than enough for our string ID range */ unsigned char vp_dummy[VIRT_SIZE]; + +void audiohw_postinit(void) +{ +} + + -- 2.11.4.GIT