summaryrefslogtreecommitdiff
path: root/sound/soc/omap/omap-pcm.h
diff options
context:
space:
mode:
authorPeter Ujfalusi <peter.ujfalusi@ti.com>2012-09-14 12:05:51 (GMT)
committerMark Brown <broonie@opensource.wolfsonmicro.com>2012-09-22 15:12:58 (GMT)
commit061fb36db7c0187aa90b95f1ba56f6192f42b984 (patch)
tree5c6f148cec6de82edebd4111e8ba665c3754a7ad /sound/soc/omap/omap-pcm.h
parente512589c17572e7498693a3e05eefa44e622f62b (diff)
downloadlinux-fsl-qoriq-061fb36db7c0187aa90b95f1ba56f6192f42b984.tar.xz
ASoC: OMAP: Remove sync_mode from omap_pcm_dma_data struct
The omap-pcm platform driver no longer needs this parameter to select between ELEMENT and PACKET mode. The selection is based on the configured packet_size. Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com> Tested-by: Janusz Krzysztofik <jkrzyszt@tis.icnet.pl> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/omap/omap-pcm.h')
-rw-r--r--sound/soc/omap/omap-pcm.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/omap/omap-pcm.h b/sound/soc/omap/omap-pcm.h
index b92248c..1bf47e4 100644
--- a/sound/soc/omap/omap-pcm.h
+++ b/sound/soc/omap/omap-pcm.h
@@ -33,7 +33,6 @@ struct omap_pcm_dma_data {
unsigned long port_addr; /* transmit/receive register */
void (*set_threshold)(struct snd_pcm_substream *substream);
int data_type; /* data type 8,16,32 */
- int sync_mode; /* DMA sync mode */
int packet_size; /* packet size only in PACKET mode */
};