summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/main.c b/apps/main.c
index 4f3980d84c..505022481e 100644
--- a/apps/main.c
+++ b/apps/main.c
@@ -61,7 +61,7 @@
61 61
62 62
63#if (CONFIG_HWCODEC == MASNONE) 63#if (CONFIG_HWCODEC == MASNONE)
64#include "uda1380.h" 64#include "pcm_playback.h"
65#endif 65#endif
66 66
67#ifdef CONFIG_TUNER 67#ifdef CONFIG_TUNER
@@ -269,7 +269,7 @@ void init(void)
269#endif /* #ifdef AUTOROCK */ 269#endif /* #ifdef AUTOROCK */
270 270
271#if (CONFIG_HWCODEC == MASNONE) 271#if (CONFIG_HWCODEC == MASNONE)
272 uda1380_init(); 272 pcm_init();
273#endif 273#endif
274} 274}
275 275