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:
parent
507f72cd8c
commit
f9cc638efd
1 changed files with 2 additions and 2 deletions
|
|
@ -225,12 +225,12 @@ void uda1380_enable_recording(bool source_mic)
|
||||||
sleep(HZ/8);
|
sleep(HZ/8);
|
||||||
|
|
||||||
uda1380_write_reg(REG_I2S, uda1380_regs[REG_I2S] | I2S_MODE_MASTER);
|
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)
|
void uda1380_disable_recording(void)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue