mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 21:22:39 -05:00
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
|
|
@ -78,6 +78,12 @@
|
|||
#define BM_ICOLL_PRIORITYn_SOFTIRQx(x) (1 << (3 + 8 * (x)))
|
||||
#endif
|
||||
|
||||
/* Interrupt priorities for typical tasks */
|
||||
#define ICOLL_PRIO_NORMAL 0
|
||||
#define ICOLL_PRIO_AUDIO 1
|
||||
#define ICOLL_PRIO_DPC 2
|
||||
#define ICOLL_PRIO_WATCHDOG 3
|
||||
|
||||
struct imx233_icoll_irq_info_t
|
||||
{
|
||||
bool enabled;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue