Removed unnecessary code.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6555 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
519a486037
commit
182696d1c0
1 changed files with 0 additions and 5 deletions
|
@ -390,11 +390,6 @@ void mp3_init(int volume, int bass, int treble, int balance, int loudness,
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if CONFIG_HWCODEC == MAS3507D
|
#if CONFIG_HWCODEC == MAS3507D
|
||||||
and_b(~0x20, &PBDRL);
|
|
||||||
sleep(HZ/5);
|
|
||||||
or_b(0x20, &PBDRL);
|
|
||||||
sleep(HZ/5);
|
|
||||||
|
|
||||||
/* set IRQ6 to edge detect */
|
/* set IRQ6 to edge detect */
|
||||||
ICR |= 0x02;
|
ICR |= 0x02;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue