1
0
Fork 0
forked from len0rd/rockbox

Add register bit defines for as3514 and clean stuff up. Reduce poppiness at startup and shutdown (and even powerup for e200). Really, I can't honestly say it will help anything but an e200v1 but I'm sick of the noises. ;)

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19214 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Michael Sevakis 2008-11-25 16:16:06 +00:00
parent 2b39cb4b77
commit 3511d94031
5 changed files with 298 additions and 114 deletions

View file

@ -59,6 +59,8 @@ static inline void ascodec_unlock(void)
i2c_unlock();
}
extern void ascodec_supressor_on(bool on);
#endif /* CPU_PP */
#endif /* !_ASCODEC_TARGET_H */