summaryrefslogtreecommitdiff
path: root/sound/soc/fsl/fsl_sai.h
diff options
context:
space:
mode:
authorDong Aisheng <aisheng.dong@nxp.com>2019-07-31 17:11:39 +0800
committerDong Aisheng <aisheng.dong@nxp.com>2019-11-25 15:53:34 +0800
commita7e3a722ede6f28b4307dbe3c1a77c7662fb02a9 (patch)
tree3713583e6f0bac50786d59ecae7f4af43296f74d /sound/soc/fsl/fsl_sai.h
parent252b2a0d9ece09f654f0f9ec071f1916901c63e4 (diff)
Revert "ASoC: fsl_sai: add of_match data"
This reverts commit 89c9679f699d88986ce552738dc7c5c500c8fc67.
Diffstat (limited to 'sound/soc/fsl/fsl_sai.h')
-rw-r--r--sound/soc/fsl/fsl_sai.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/sound/soc/fsl/fsl_sai.h b/sound/soc/fsl/fsl_sai.h
index 83e2bfe05b1b..24cb156bf995 100644
--- a/sound/soc/fsl/fsl_sai.h
+++ b/sound/soc/fsl/fsl_sai.h
@@ -126,10 +126,6 @@
#define FSL_SAI_MAXBURST_TX 6
#define FSL_SAI_MAXBURST_RX 6
-struct fsl_sai_soc_data {
- bool use_imx_pcm;
-};
-
struct fsl_sai {
struct platform_device *pdev;
struct regmap *regmap;
@@ -139,6 +135,7 @@ struct fsl_sai {
bool is_slave_mode;
bool is_lsb_first;
bool is_dsp_mode;
+ bool sai_on_imx;
bool synchronous[2];
unsigned int mclk_id[2];
@@ -146,7 +143,6 @@ struct fsl_sai {
unsigned int slots;
unsigned int slot_width;
- const struct fsl_sai_soc_data *soc_data;
struct snd_dmaengine_dai_dma_data dma_params_rx;
struct snd_dmaengine_dai_dma_data dma_params_tx;
};