imx233: increase audio DAC IRQ priority

This should hopefully fix some audio glitches

Change-Id: Ic9701d281e7559c9d93fcb8dad9373caaad9bfb6
This commit is contained in:
Amaury Pouly 2014-02-02 04:30:09 +01:00
parent 91a8cd1ae9
commit 1a06292e41
4 changed files with 14 additions and 0 deletions

View file

@ -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;