mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-07 13:45:03 -05:00
Move hosted codec header files back under firmware/export
This is a partial revert of a79bdaf46
It caused all sorts of build breakages for misc stuff like the dbtool,
which doesn't include any per-target build directories
Change-Id: I493a33c1859706679972e47c96196223415985d9
This commit is contained in:
parent
c2952136c6
commit
6bdd3de554
8 changed files with 0 additions and 0 deletions
|
|
@ -1,12 +0,0 @@
|
|||
#ifndef __FIIOLINUX_CODEC__
|
||||
#define __FIIOLINUX_CODEC__
|
||||
|
||||
#define AUDIOHW_CAPS (FILTER_ROLL_OFF_CAP)
|
||||
#define AUDIOHW_HAVE_SHORT2_ROLL_OFF
|
||||
AUDIOHW_SETTING(VOLUME, "dB", 0, 1, -100, 0, -30)
|
||||
AUDIOHW_SETTING(FILTER_ROLL_OFF, "", 0, 1, 0, 4, 0)
|
||||
#endif
|
||||
|
||||
#define AUDIOHW_MUTE_ON_STOP
|
||||
|
||||
void audiohw_mute(int mute);
|
||||
Loading…
Add table
Add a link
Reference in a new issue