mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 05:05:20 -05:00
Fix misspelled function name. Thanks to Jens Arnold for noticing.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19220 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
3e965fd6c3
commit
756bcc4bd5
3 changed files with 4 additions and 4 deletions
|
|
@ -64,7 +64,7 @@ void audiohw_init(void)
|
|||
audiohw_preinit();
|
||||
}
|
||||
|
||||
void ascodec_supressor_on(bool on)
|
||||
void ascodec_suppressor_on(bool on)
|
||||
{
|
||||
/* CHECK: Good for c200 too? */
|
||||
#ifdef SANSA_E200
|
||||
|
|
|
|||
|
|
@ -59,7 +59,7 @@ static inline void ascodec_unlock(void)
|
|||
i2c_unlock();
|
||||
}
|
||||
|
||||
extern void ascodec_supressor_on(bool on);
|
||||
extern void ascodec_suppressor_on(bool on);
|
||||
|
||||
#endif /* CPU_PP */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue