diff options
Diffstat (limited to 'sound/pci/ctxfi/cthardware.h')
-rw-r--r-- | sound/pci/ctxfi/cthardware.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/ctxfi/cthardware.h b/sound/pci/ctxfi/cthardware.h index 35350cf9d2f2..8f11644ddc92 100644 --- a/sound/pci/ctxfi/cthardware.h +++ b/sound/pci/ctxfi/cthardware.h | |||
@@ -147,6 +147,7 @@ struct hw { | |||
147 | 147 | ||
148 | int (*set_timer_irq)(struct hw *hw, int enable); | 148 | int (*set_timer_irq)(struct hw *hw, int enable); |
149 | int (*set_timer_tick)(struct hw *hw, unsigned int tick); | 149 | int (*set_timer_tick)(struct hw *hw, unsigned int tick); |
150 | unsigned int (*get_wc)(struct hw *hw); | ||
150 | 151 | ||
151 | void (*irq_callback)(void *data, unsigned int bit); | 152 | void (*irq_callback)(void *data, unsigned int bit); |
152 | void *irq_callback_data; | 153 | void *irq_callback_data; |