diff options
Diffstat (limited to 'sound/soc/imx/imx-esai.h')
-rw-r--r-- | sound/soc/imx/imx-esai.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sound/soc/imx/imx-esai.h b/sound/soc/imx/imx-esai.h index 8ac2e3fbe6d3..58ad601c119f 100644 --- a/sound/soc/imx/imx-esai.h +++ b/sound/soc/imx/imx-esai.h @@ -20,6 +20,11 @@ #define IMX_DAI_ESAI_RX 0x08 #define IMX_DAI_ESAI_TXRX (IMX_DAI_ESAI_TX | IMX_DAI_ESAI_RX) -extern struct snd_soc_dai imx_esai_dai; +struct imx_esai { + bool network_mode; + bool sync_mode; +}; + +extern struct snd_soc_dai imx_esai_dai[]; #endif |