1
0
Fork 0
forked from len0rd/rockbox

Forgot to add 22kHz

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23090 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Karl Kurbjun 2009-10-11 06:10:39 +00:00
parent 173d854e7f
commit d784507e93

View file

@ -129,6 +129,9 @@ void audiohw_set_frequency(int fsel)
case HW_FREQ_11:
reg_val |= (0x04<<3);
break;
case HW_FREQ_22:
reg_val |= (0x02<<3);
break;
case HW_FREQ_44:
default:
break;