rk27xx - adjust core files for rk27xx internal codec
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30454 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
4072879468
commit
dc5bfc7c1a
2 changed files with 3 additions and 1 deletions
|
@ -68,6 +68,8 @@
|
|||
#include "jz4740-codec.h"
|
||||
#elif defined(HAVE_AK4537)
|
||||
#include "ak4537.h"
|
||||
#elif defined(HAVE_RK27XX_CODEC)
|
||||
#include "rk27xx_codec.h"
|
||||
#elif defined(HAVE_CS42L55)
|
||||
#include "cs42l55.h"
|
||||
#elif defined(HAVE_IMX233_CODEC)
|
||||
|
|
|
@ -242,7 +242,7 @@ static void set_prescaled_volume(void)
|
|||
|| defined(HAVE_WM8711) || defined(HAVE_WM8721) || defined(HAVE_WM8731) \
|
||||
|| defined(HAVE_WM8750) || defined(HAVE_WM8751) || defined(HAVE_AS3514) \
|
||||
|| defined(HAVE_TSC2100) || defined(HAVE_AK4537) || defined(HAVE_UDA1341) \
|
||||
|| defined(HAVE_CS42L55)
|
||||
|| defined(HAVE_CS42L55) || defined(HAVE_RK27XX_CODEC)
|
||||
audiohw_set_master_vol(tenthdb2master(l), tenthdb2master(r));
|
||||
#if defined(HAVE_WM8975) || defined(HAVE_WM8758) \
|
||||
|| (defined(HAVE_WM8751) && defined(TOSHIBA_GIGABEAT_F)) \
|
||||
|
|
Loading…
Reference in a new issue