]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/sound/soc-dai.h
[media] tw68: make tw68_pci_tbl static and constify
[karo-tx-linux.git] / include / sound / soc-dai.h
index 688f2ba8009fc0a713d716a0e1fc35b1ceb750f6..e8b3080d196a7d6a336caa7b56ede832f4e44607 100644 (file)
@@ -257,7 +257,6 @@ struct snd_soc_dai {
 
        struct snd_soc_dapm_widget *playback_widget;
        struct snd_soc_dapm_widget *capture_widget;
-       struct snd_soc_dapm_context dapm;
 
        /* DAI DMA data */
        void *playback_dma_data;
@@ -273,6 +272,10 @@ struct snd_soc_dai {
        struct snd_soc_codec *codec;
        struct snd_soc_component *component;
 
+       /* CODEC TDM slot masks and params (for fixup) */
+       unsigned int tx_mask;
+       unsigned int rx_mask;
+
        struct snd_soc_card *card;
 
        struct list_head list;