forked from len0rd/rockbox
as3543: output sum of line & dac to have voicing work while using FM
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26045 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
7a6a8c64fe
commit
4bb0184455
1 changed files with 2 additions and 10 deletions
|
|
@ -442,20 +442,12 @@ void audiohw_set_monitor(bool enable)
|
|||
AUDIOSET1_LIN1_on | AUDIOSET1_LIN2_on);
|
||||
as3514_set(AS3514_LINE_IN_R, LINE_IN1_R_LI1R_MUTE_off);
|
||||
as3514_set(AS3514_LINE_IN_L, LINE_IN1_L_LI1L_MUTE_off);
|
||||
|
||||
#ifdef HAVE_AS3543
|
||||
as3514_write_masked(AS3514_HPH_OUT_R,
|
||||
HPH_OUT_R_HP_OUT_LINE, HPH_OUT_R_HP_OUT_MASK);
|
||||
#endif
|
||||
}
|
||||
else {
|
||||
/* turn off both LIN1 and LIN2 */
|
||||
/* turn off both LIN1 and LIN2 (if present) */
|
||||
as3514_clear(AS3514_LINE_IN1_R, LINE_IN1_R_LI1R_MUTE_off);
|
||||
as3514_clear(AS3514_LINE_IN1_L, LINE_IN1_L_LI1L_MUTE_off);
|
||||
#ifdef HAVE_AS3543
|
||||
as3514_write_masked(AS3514_HPH_OUT_R,
|
||||
HPH_OUT_R_HP_OUT_SUM, HPH_OUT_R_HP_OUT_MASK);
|
||||
#else
|
||||
#ifndef HAVE_AS3543
|
||||
as3514_clear(AS3514_LINE_IN2_R, LINE_IN2_R_LI2R_MUTE_off);
|
||||
as3514_clear(AS3514_LINE_IN2_L, LINE_IN2_L_LI2L_MUTE_off);
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue