From 540e5d103f803cfd508297f483c054328c59375f Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Mon, 15 Apr 2013 16:11:28 -0400 Subject: Forget about fixedpoint.c in any HWCODEC bin. It bloats to much just for one simple use. Just use a simple function for shifting sound setting decimal places. Change-Id: I1a7d37cce6ada3c6e6600dc0d301f354ffeff231 --- apps/SOURCES | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'apps') diff --git a/apps/SOURCES b/apps/SOURCES index d34d7b8b30..6005460a5a 100644 --- a/apps/SOURCES +++ b/apps/SOURCES @@ -159,12 +159,11 @@ radio/radioart.c #endif #endif -fixedpoint.c - #if CONFIG_CODEC == SWCODEC #if INPUT_SRC_CAPS != 0 audio_path.c #endif /* INPUT_SRC_CAPS != 0 */ +fixedpoint.c pcmbuf.c codec_thread.c playback.c -- cgit v1.2.3