diff options
Diffstat (limited to 'apps/recorder')
-rw-r--r-- | apps/recorder/keyboard.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/recorder/keyboard.c b/apps/recorder/keyboard.c index 1b2d76eab2..5f2a32c367 100644 --- a/apps/recorder/keyboard.c +++ b/apps/recorder/keyboard.c | |||
@@ -1231,7 +1231,7 @@ static void kbd_move_cursor(struct edit_state *state, int dir) | |||
1231 | state->editpos -= dir; | 1231 | state->editpos -= dir; |
1232 | #if CONFIG_CODEC == SWCODEC | 1232 | #if CONFIG_CODEC == SWCODEC |
1233 | if (global_settings.talk_menu) | 1233 | if (global_settings.talk_menu) |
1234 | pcmbuf_beep(1000, 150, 1500); | 1234 | beep_play(1000, 150, 1500); |
1235 | #endif | 1235 | #endif |
1236 | } | 1236 | } |
1237 | } | 1237 | } |