aboutsummaryrefslogtreecommitdiffstats
path: root/include/sound/soc-dai.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sound/soc-dai.h')
-rw-r--r--include/sound/soc-dai.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/sound/soc-dai.h b/include/sound/soc-dai.h
index 688f2ba8009f..e8b3080d196a 100644
--- a/include/sound/soc-dai.h
+++ b/include/sound/soc-dai.h
@@ -257,7 +257,6 @@ struct snd_soc_dai {
257 257
258 struct snd_soc_dapm_widget *playback_widget; 258 struct snd_soc_dapm_widget *playback_widget;
259 struct snd_soc_dapm_widget *capture_widget; 259 struct snd_soc_dapm_widget *capture_widget;
260 struct snd_soc_dapm_context dapm;
261 260
262 /* DAI DMA data */ 261 /* DAI DMA data */
263 void *playback_dma_data; 262 void *playback_dma_data;
@@ -273,6 +272,10 @@ struct snd_soc_dai {
273 struct snd_soc_codec *codec; 272 struct snd_soc_codec *codec;
274 struct snd_soc_component *component; 273 struct snd_soc_component *component;
275 274
275 /* CODEC TDM slot masks and params (for fixup) */
276 unsigned int tx_mask;
277 unsigned int rx_mask;
278
276 struct snd_soc_card *card; 279 struct snd_soc_card *card;
277 280
278 struct list_head list; 281 struct list_head list;