summaryrefslogtreecommitdiff
path: root/apps/sound_menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/sound_menu.c')
-rw-r--r--apps/sound_menu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/sound_menu.c b/apps/sound_menu.c
index 09e6fb5f28..33bb80faa1 100644
--- a/apps/sound_menu.c
+++ b/apps/sound_menu.c
@@ -246,7 +246,7 @@ static bool avc(void)
246} 246}
247#endif 247#endif
248 248
249#if CONFIG_HWCODEC == MAS3587F 249#ifdef HAVE_RECORDING
250static bool recsource(void) 250static bool recsource(void)
251{ 251{
252 static const struct opt_items names[] = { 252 static const struct opt_items names[] = {
@@ -438,7 +438,7 @@ bool sound_menu(void)
438 return result; 438 return result;
439} 439}
440 440
441#if CONFIG_HWCODEC == MAS3587F 441#ifdef HAVE_RECORDING
442bool recording_menu(bool no_source) 442bool recording_menu(bool no_source)
443{ 443{
444 int m; 444 int m;