diff options
Diffstat (limited to 'sound/soc/fsl/imx-ssi.h')
| -rw-r--r-- | sound/soc/fsl/imx-ssi.h | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/sound/soc/fsl/imx-ssi.h b/sound/soc/fsl/imx-ssi.h index fb1616ba8c5..be6562365b6 100644 --- a/sound/soc/fsl/imx-ssi.h +++ b/sound/soc/fsl/imx-ssi.h @@ -211,7 +211,8 @@ struct imx_ssi {  	struct imx_dma_data filter_data_rx;  	struct imx_pcm_fiq_params fiq_params; -	int enabled; +	int fiq_init; +	int dma_init;  };  #endif /* _IMX_SSI_H */  | 
