mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-07 05:35:02 -05:00
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
13 lines
321 B
C
13 lines
321 B
C
#ifndef __ROCKER_CODEC__
|
|
#define __ROCKER_CODEC__
|
|
|
|
#define AUDIOHW_CAPS 0
|
|
AUDIOHW_SETTING(VOLUME, "dB", 1, 5, -115*10, 0, -30*10)
|
|
#endif
|
|
|
|
//#define AUDIOHW_MUTE_ON_STOP
|
|
//#define AUDIOHW_NEEDS_INITIAL_UNMUTE
|
|
|
|
/* Note: Due to Kernel bug, we can't use MUTE_ON_PAUSE with backlight fading */
|
|
|
|
void audiohw_mute(int mute);
|