Loading sound/soc/omap/mcbsp.c +2 −1 Original line number Diff line number Diff line Loading @@ -221,7 +221,8 @@ void omap_mcbsp_config(struct omap_mcbsp *mcbsp, /* Enable TX/RX sync error interrupts by default */ if (mcbsp->irq) MCBSP_WRITE(mcbsp, IRQEN, RSYNCERREN | XSYNCERREN); MCBSP_WRITE(mcbsp, IRQEN, RSYNCERREN | XSYNCERREN | RUNDFLEN | ROVFLEN | XUNDFLEN | XOVFLEN); } /** Loading Loading
sound/soc/omap/mcbsp.c +2 −1 Original line number Diff line number Diff line Loading @@ -221,7 +221,8 @@ void omap_mcbsp_config(struct omap_mcbsp *mcbsp, /* Enable TX/RX sync error interrupts by default */ if (mcbsp->irq) MCBSP_WRITE(mcbsp, IRQEN, RSYNCERREN | XSYNCERREN); MCBSP_WRITE(mcbsp, IRQEN, RSYNCERREN | XSYNCERREN | RUNDFLEN | ROVFLEN | XUNDFLEN | XOVFLEN); } /** Loading