mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
* xduoo x3ii/x20: Better line out support * less granular volume settings (too many steps before) * Better handling of swiching sample rates * Log actual sample rate in debug menu Most credit goes to Roman Stolyarov Additional integration [re]work by myself Change-Id: I63af3740678cf2ed3170f61534e1029c81826bb6
8 lines
162 B
C
8 lines
162 B
C
#ifndef __ROCKER_CODEC__
|
|
#define __ROCKER_CODEC__
|
|
|
|
#define AUDIOHW_CAPS 0
|
|
AUDIOHW_SETTING(VOLUME, "dB", 0, 1, -127, 0, -30)
|
|
#endif
|
|
|
|
void audiohw_mute(int mute);
|