forked from len0rd/rockbox
Oops. Used wrong constant.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19179 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
7c007f5d87
commit
5dec3b34aa
1 changed files with 1 additions and 1 deletions
|
@ -229,7 +229,7 @@ void audiohw_postinit(void)
|
|||
/* Specific to HW clocking */
|
||||
wmc_write_masked(WMC_CLOCK_GEN_CTRL, WMC_BCLKDIV_4 | WMC_MS,
|
||||
WMC_BCLKDIV | WMC_MS | WMC_CLKSEL);
|
||||
audiohw_set_frequency(HW_SAMPR_DEFAULT);
|
||||
audiohw_set_frequency(HW_FREQ_DEFAULT);
|
||||
|
||||
/* ADC silenced */
|
||||
wmc_write_masked(WMC_LEFT_ADC_DIGITAL_VOL, 0x00, WMC_DVOL);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue