forked from len0rd/rockbox
imx233: increase audio DAC IRQ priority
This should hopefully fix some audio glitches Change-Id: Ic9701d281e7559c9d93fcb8dad9373caaad9bfb6
This commit is contained in:
parent
91a8cd1ae9
commit
1a06292e41
4 changed files with 14 additions and 0 deletions
|
|
@ -23,6 +23,7 @@
|
|||
|
||||
#include "system.h"
|
||||
#include "cpu.h"
|
||||
#include "icoll-imx233.h"
|
||||
|
||||
#include "regs/regs-timrot.h"
|
||||
|
||||
|
|
@ -48,6 +49,7 @@ typedef void (*imx233_timer_fn_t)(void);
|
|||
void imx233_timrot_init(void);
|
||||
void imx233_timrot_setup(unsigned timer_nr, bool reload, unsigned count,
|
||||
unsigned src, unsigned prescale, bool polarity, imx233_timer_fn_t fn);
|
||||
void imx233_timrot_set_priority(unsigned timer_nr, unsigned prio);
|
||||
struct imx233_timrot_info_t imx233_timrot_get_info(unsigned timer_nr);
|
||||
|
||||
#endif /* TIMROT_IMX233_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue