1
0
Fork 0
forked from len0rd/rockbox

PP Sansa: Use better I2S divider settings for 48kHz.

The previous ones produced some crackling.

Change-Id: I70de901172aba156f58d4b1088d0038b2ed53d49
This commit is contained in:
Michael Sevakis 2013-05-30 03:34:10 -04:00
parent 46688a60db
commit 5a1e697e2a

View file

@ -175,8 +175,8 @@ void audiohw_set_sampr_dividers(int fsel)
},
[HW_FREQ_48] = /* CLK / 250 (48000Hz) */
{
.iisclk = 49,
.iisdiv = 4,
.iisclk = 24,
.iisdiv = 9
},
/* going a bit higher would be nice to get 64kHz play, 32kHz rec, but a
* close enough division isn't obtainable unless CLK can be changed */