summaryrefslogtreecommitdiff
path: root/apps/recorder/pcm_record.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/recorder/pcm_record.c')
-rw-r--r--apps/recorder/pcm_record.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/apps/recorder/pcm_record.c b/apps/recorder/pcm_record.c
index 8dc2c150fd..01f0e604dd 100644
--- a/apps/recorder/pcm_record.c
+++ b/apps/recorder/pcm_record.c
@@ -979,10 +979,6 @@ void audio_record(const char *filename)
979 audio_queue_send(Q_AUDIO_RECORD, (intptr_t)filename); 979 audio_queue_send(Q_AUDIO_RECORD, (intptr_t)filename);
980} 980}
981 981
982/* audio_record alias for API compatibility with HW codec */
983void audio_new_file(const char *filename)
984 __attribute__((alias("audio_record")));
985
986/* Stop current recording if recording */ 982/* Stop current recording if recording */
987void audio_stop_recording(void) 983void audio_stop_recording(void)
988{ 984{