1
0
Fork 0
forked from len0rd/rockbox

Fixed non-working treble & bass settings in radio mode.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7625 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jens Arnold 2005-10-13 00:32:34 +00:00
parent 507f72cd8c
commit f9cc638efd

View file

@ -225,12 +225,12 @@ void uda1380_enable_recording(bool source_mic)
sleep(HZ/8);
uda1380_write_reg(REG_I2S, uda1380_regs[REG_I2S] | I2S_MODE_MASTER);
uda1380_write_reg(REG_MIX_CTL, MIX_MODE(3)); /* Not sure which mode is the best one.. */
uda1380_write_reg(REG_MIX_CTL, MIX_MODE(1));
}
/**
* Stop sending samples on the I2S bus
* Stop sending samples on the I2S bus
*/
void uda1380_disable_recording(void)
{