mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-06 21:25:03 -05:00
audio: Fix up most of the red from a79bdaf462
The rest involves some wrangling. Change-Id: I5459c255677cbacf8cc8b0c28492d27c58971cb1
This commit is contained in:
parent
a79bdaf462
commit
fd6d6c48b4
3 changed files with 11 additions and 8 deletions
|
|
@ -21,6 +21,8 @@
|
|||
#ifndef __ANDROID_CODEC_H
|
||||
#define __ANDROID_CODEC_H
|
||||
|
||||
#define AUDIOHW_HAVE_MONO_VOLUME
|
||||
|
||||
/* Bass and treble tone controls */
|
||||
#ifdef AUDIOHW_HAVE_BASS
|
||||
AUDIOHW_SETTING(BASS, "dB", 0, 1, -24, 24, 0)
|
||||
|
|
|
|||
|
|
@ -3,7 +3,6 @@
|
|||
|
||||
#define AUDIOHW_CAPS (FILTER_ROLL_OFF_CAP)
|
||||
AUDIOHW_SETTING(VOLUME, "dB", 1, 5, -102*10, 0, -30*10)
|
||||
#endif
|
||||
|
||||
//#define AUDIOHW_MUTE_ON_STOP
|
||||
#define AUDIOHW_MUTE_ON_SRATE_CHANGE
|
||||
|
|
@ -15,3 +14,5 @@ AUDIOHW_SETTING(FILTER_ROLL_OFF, "", 0, 1, 0, 4, 0)
|
|||
void audiohw_mute(int mute);
|
||||
void surfans_set_output(int ps);
|
||||
int surfans_get_outputs(void);
|
||||
|
||||
#endif /* __SURFANSLINUX__CODEC__ */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue