aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/omap/mcbsp.h
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc/omap/mcbsp.h')
-rw-r--r--sound/soc/omap/mcbsp.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/sound/soc/omap/mcbsp.h b/sound/soc/omap/mcbsp.h
index ec00c275ec49..a991e1dcb5ed 100644
--- a/sound/soc/omap/mcbsp.h
+++ b/sound/soc/omap/mcbsp.h
@@ -316,9 +316,6 @@ void omap_mcbsp_config(struct omap_mcbsp *mcbsp,
316 const struct omap_mcbsp_reg_cfg *config); 316 const struct omap_mcbsp_reg_cfg *config);
317void omap_mcbsp_set_tx_threshold(struct omap_mcbsp *mcbsp, u16 threshold); 317void omap_mcbsp_set_tx_threshold(struct omap_mcbsp *mcbsp, u16 threshold);
318void omap_mcbsp_set_rx_threshold(struct omap_mcbsp *mcbsp, u16 threshold); 318void omap_mcbsp_set_rx_threshold(struct omap_mcbsp *mcbsp, u16 threshold);
319u16 omap_mcbsp_get_max_tx_threshold(struct omap_mcbsp *mcbsp);
320u16 omap_mcbsp_get_max_rx_threshold(struct omap_mcbsp *mcbsp);
321u16 omap_mcbsp_get_fifo_size(struct omap_mcbsp *mcbsp);
322u16 omap_mcbsp_get_tx_delay(struct omap_mcbsp *mcbsp); 319u16 omap_mcbsp_get_tx_delay(struct omap_mcbsp *mcbsp);
323u16 omap_mcbsp_get_rx_delay(struct omap_mcbsp *mcbsp); 320u16 omap_mcbsp_get_rx_delay(struct omap_mcbsp *mcbsp);
324int omap_mcbsp_get_dma_op_mode(struct omap_mcbsp *mcbsp); 321int omap_mcbsp_get_dma_op_mode(struct omap_mcbsp *mcbsp);