* Eduardo Valentin <eduardo.valentin@xxxxxxxxx> [090730 16:01]: > This patch adds a way to handle transmit/receive threshold. > It export to mcbsp users a callback registration procedure. > > Signed-off-by: Eduardo Valentin <eduardo.valentin@xxxxxxxxx> > --- > arch/arm/plat-omap/include/mach/mcbsp.h | 13 ++++++++ > arch/arm/plat-omap/mcbsp.c | 50 +++++++++++++++++++++++++++++++ > 2 files changed, 63 insertions(+), 0 deletions(-) > > diff --git a/arch/arm/plat-omap/include/mach/mcbsp.h b/arch/arm/plat-omap/include/mach/mcbsp.h > index e3b300c..26bcab8 100644 > --- a/arch/arm/plat-omap/include/mach/mcbsp.h > +++ b/arch/arm/plat-omap/include/mach/mcbsp.h > @@ -259,6 +259,10 @@ > #define ENAWAKEUP 0x0004 > #define SOFTRST 0x0002 > > +/********************** McBSP IRQSTATUS bit definitions ********************/ > +#define IRQST_XRDY (1<<10) > +#define IRQST_RRDY (1<<3) > + > /********************** McBSP WAKEUPEN bit definitions *********************/ > #define XEMPTYEOFEN 0x4000 > #define XRDYEN 0x0400 Please add spaces around << defines above. Regards, Tony -- To unsubscribe from this list: send the line "unsubscribe alsa-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html _______________________________________________ Alsa-devel mailing list Alsa-devel@xxxxxxxxxxxxxxxx http://mailman.alsa-project.org/mailman/listinfo/alsa-devel