ASoC: omap-mcbsp: Remove unused FRAME dma_op_mode

The frame dma_op_mode has never been used, and it is just creating
confusion for users/developers.

Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: Jarkko Nikula <jarkko.nikula@bitmer.com>
Signed-off-by: Liam Girdwood <lrg@ti.com>
This commit is contained in:
Peter Ujfalusi
2012-03-15 12:29:49 +02:00
committed by Liam Girdwood
szülő 778a17c31f
commit 09fa37ac8f
3 fájl változott, egészen pontosan 1 új sor hozzáadva és 3 régi sor törölve

Fájl megtekintése

@@ -754,7 +754,7 @@ THRESHOLD_PROP_BUILDER(max_tx_thres);
THRESHOLD_PROP_BUILDER(max_rx_thres);
static const char *dma_op_modes[] = {
"element", "threshold", "frame",
"element", "threshold",
};
static ssize_t dma_op_mode_show(struct device *dev,