1
0
Fork 0
forked from len0rd/rockbox

use correct define for gigabeat fx to enable lineout (was broken in r29588)

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29646 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Robert Kukla 2011-03-26 13:12:24 +00:00
parent 8c1d114dcf
commit d9bc251de1

View file

@ -275,7 +275,7 @@ void audiohw_postinit(void)
wmcodec_set_bits(PWRMGMT2, PWRMGMT2_DACL | PWRMGMT2_DACR);
/* 4. Enable line and / or headphone output buffers as required. */
#if defined(GIGABEATFX)
#if defined(GIGABEAT_F)
/* headphones + line-out */
wmcodec_set_bits(PWRMGMT2, PWRMGMT2_LOUT1 | PWRMGMT2_ROUT1 |
PWRMGMT2_LOUT2 | PWRMGMT2_ROUT2);