Merge tag 'asoc-v5.3' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie...
[linux-2.6-block.git] / sound / pci / lx6464es / lx_core.c
index 9236a1a8c49b33df29e965007bb42c9ba1f7b45e..dd3a873777eb5753ada80be2d9a960be8526038c 100644 (file)
@@ -986,8 +986,6 @@ static int lx_interrupt_handle_async_events(struct lx6464es *chip, u32 irqsrc,
         * Stat[8]      LSB overrun
         * */
 
-       u64 orun_mask;
-       u64 urun_mask;
        int eb_pending_out = (irqsrc & MASK_SYS_STATUS_EOBO) ? 1 : 0;
        int eb_pending_in  = (irqsrc & MASK_SYS_STATUS_EOBI) ? 1 : 0;
 
@@ -1010,9 +1008,6 @@ static int lx_interrupt_handle_async_events(struct lx6464es *chip, u32 irqsrc,
                            *r_notified_out_pipe_mask);
        }
 
-       orun_mask = ((u64)stat[7] << 32) + stat[8];
-       urun_mask = ((u64)stat[5] << 32) + stat[6];
-
        /* todo: handle xrun notification */
 
        return err;