From 8cb555460ff79e636a7907fb2589e16db98c8600 Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Fri, 17 Jul 2020 00:01:32 -0400 Subject: [3/4] Completely remove HWCODEC support 'swcodec' is now always set (and recording_swcodec for recording-capable units) in feature.txt so the manual and language strings don't need to all be fixed up. Change-Id: Ib2c9d5d157af8d33653e2d4b4a12881b9aa6ddb0 --- apps/misc.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'apps/misc.h') diff --git a/apps/misc.h b/apps/misc.h index 8d72e79a3d..10626dfaf4 100644 --- a/apps/misc.h +++ b/apps/misc.h @@ -181,7 +181,6 @@ enum current_activity { ACTIVITY_USBSCREEN }; -#if CONFIG_CODEC == SWCODEC void beep_play(unsigned int frequency, unsigned int duration, unsigned int amplitude); @@ -209,9 +208,6 @@ void keyclick_click(bool rawbutton, int action); struct mp3entry; int id3_get_replaygain_mode(const struct mp3entry *id3); void replaygain_update(void); -#else -static inline void replaygain_update(void) {} -#endif /* CONFIG_CODEC == SWCODEC */ void push_current_activity(enum current_activity screen); void pop_current_activity(void); -- cgit v1.2.3