aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/omap/omap-pcm.h
diff options
context:
space:
mode:
authorPeter Ujfalusi <peter.ujfalusi@ti.com>2012-09-14 08:05:51 -0400
committerMark Brown <broonie@opensource.wolfsonmicro.com>2012-09-22 11:12:58 -0400
commit061fb36db7c0187aa90b95f1ba56f6192f42b984 (patch)
tree5c6f148cec6de82edebd4111e8ba665c3754a7ad /sound/soc/omap/omap-pcm.h
parente512589c17572e7498693a3e05eefa44e622f62b (diff)
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 b92248cbd47a..1bf47e4b60c2 100644
--- a/sound/soc/omap/omap-pcm.h
+++ b/sound/soc/omap/omap-pcm.h
@@ -33,7 +33,6 @@ struct omap_pcm_dma_data {
33 unsigned long port_addr; /* transmit/receive register */ 33 unsigned long port_addr; /* transmit/receive register */
34 void (*set_threshold)(struct snd_pcm_substream *substream); 34 void (*set_threshold)(struct snd_pcm_substream *substream);
35 int data_type; /* data type 8,16,32 */ 35 int data_type; /* data type 8,16,32 */
36 int sync_mode; /* DMA sync mode */
37 int packet_size; /* packet size only in PACKET mode */ 36 int packet_size; /* packet size only in PACKET mode */
38}; 37};
39 38