forked from len0rd/rockbox
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
This commit is contained in:
parent
333f4f52be
commit
540e5d103f
2 changed files with 5 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue