diff options
author | Nicolin Chen <Guangyu.Chen@freescale.com> | 2014-04-01 19:34:09 +0800 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-04-14 17:26:05 +0100 |
commit | c754064453e0d48043bd6a111f5c1f8ef1b75f7e (patch) | |
tree | 0b19315a843deff25b83d3aad804cffbd41e6c4a /sound/soc/fsl/fsl_sai.h | |
parent | 8abba5d64835c636d97ac0009ab7430ed832cb93 (diff) | |
download | blackbird-op-linux-c754064453e0d48043bd6a111f5c1f8ef1b75f7e.tar.gz blackbird-op-linux-c754064453e0d48043bd6a111f5c1f8ef1b75f7e.zip |
ASoC: fsl_sai: Add imx6sx platform support
The next coming i.MX6 Solo X SoC also contains SAI module while we use
imp_pcm_init() for i.MX platform.
So this patch adds one compatible route for imx6sx and updates the DT
doc accordingly.
Signed-off-by: Nicolin Chen <Guangyu.Chen@freescale.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'sound/soc/fsl/fsl_sai.h')
-rw-r--r-- | sound/soc/fsl/fsl_sai.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/fsl/fsl_sai.h b/sound/soc/fsl/fsl_sai.h index be26d46ee737..677670d62fcd 100644 --- a/sound/soc/fsl/fsl_sai.h +++ b/sound/soc/fsl/fsl_sai.h @@ -130,6 +130,7 @@ struct fsl_sai { bool big_endian_regs; bool big_endian_data; bool is_dsp_mode; + bool sai_on_imx; struct snd_dmaengine_dai_dma_data dma_params_rx; struct snd_dmaengine_dai_dma_data dma_params_tx; |