summaryrefslogtreecommitdiffstats
path: root/apps/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/main.c')
-rw-r--r--apps/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/main.c b/apps/main.c
index fec69b073a..66e046a49c 100644
--- a/apps/main.c
+++ b/apps/main.c
@@ -64,7 +64,7 @@
#if (CONFIG_HWCODEC == MASNONE)
#include "pcm_playback.h"
#endif
-#if defined(IRIVER_H100) && !defined(SIMULATOR)
+#if defined(IRIVER_H100_SERIES) && !defined(SIMULATOR)
#include "pcm_record.h"
#endif
@@ -286,7 +286,7 @@ void init(void)
pcm_init();
sound_settings_apply();
#endif
-#if defined(IRIVER_H100) && !defined(SIMULATOR)
+#if defined(IRIVER_H100_SERIES) && !defined(SIMULATOR)
pcm_init_recording();
#endif
talk_init();