summaryrefslogtreecommitdiff
path: root/uisimulator/common/stubs.c
diff options
context:
space:
mode:
Diffstat (limited to 'uisimulator/common/stubs.c')
-rw-r--r--uisimulator/common/stubs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/uisimulator/common/stubs.c b/uisimulator/common/stubs.c
index 2357f9baea..0bbecdae41 100644
--- a/uisimulator/common/stubs.c
+++ b/uisimulator/common/stubs.c
@@ -71,7 +71,7 @@ long pcm_get_bytes_waiting(void)
71 return 0; 71 return 0;
72} 72}
73 73
74#if CONFIG_HWCODEC != MASNONE 74#if CONFIG_CODEC != SWCODEC
75void audio_set_buffer_margin(int seconds) 75void audio_set_buffer_margin(int seconds)
76{ 76{
77 (void)seconds; 77 (void)seconds;
@@ -273,7 +273,7 @@ void button_set_flip(bool yesno)
273 (void)yesno; 273 (void)yesno;
274} 274}
275 275
276#if CONFIG_HWCODEC != MASNONE 276#if CONFIG_CODEC != SWCODEC
277void talk_init(void) 277void talk_init(void)
278{ 278{
279} 279}