forked from len0rd/rockbox
hosted pcm-alsa improvements
* 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
This commit is contained in:
parent
6459fa0765
commit
e43726df2c
15 changed files with 218 additions and 91 deletions
|
|
@ -347,7 +347,7 @@ static inline void cpu_boost_unlock(void)
|
|||
#ifndef SIMULATOR
|
||||
bool dbg_ports(void);
|
||||
#endif
|
||||
#if (CONFIG_PLATFORM & PLATFORM_NATIVE) || defined(SONY_NWZ_LINUX)
|
||||
#if (CONFIG_PLATFORM & PLATFORM_NATIVE) || defined(SONY_NWZ_LINUX) || defined(AGPTEK_ROCKER) || defined(XDUOO_X3II) || defined(XDUOO_X20)
|
||||
bool dbg_hw_info(void);
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue