diff options
author | Shengjiu Wang <shengjiu.wang@nxp.com> | 2019-08-09 06:27:46 -0400 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2019-08-12 09:01:10 -0400 |
commit | 9c2806c4941641a6c75736f8c4303c89d2013cc4 (patch) | |
tree | 2001b539be57fa1e546ab24920a74c37e7911fd8 /sound | |
parent | ae032156ec4142b7a1d644eba652806785de1777 (diff) |
ASoC: fsl_esai: Add compatible string for imx6ull
Add compatible string for imx6ull, from imx6ull platform,
the issue of channel swap after xrun is fixed in hardware.
Signed-off-by: Shengjiu Wang <shengjiu.wang@nxp.com>
Acked-by: Nicolin Chen <nicoleotsuka@gmail.com>
Link: https://lore.kernel.org/r/1565346467-5769-1-git-send-email-shengjiu.wang@nxp.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/soc/fsl/fsl_esai.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/fsl/fsl_esai.c b/sound/soc/fsl/fsl_esai.c index 5832144beb9f..a78e4ab478df 100644 --- a/sound/soc/fsl/fsl_esai.c +++ b/sound/soc/fsl/fsl_esai.c | |||
@@ -1049,6 +1049,7 @@ static int fsl_esai_remove(struct platform_device *pdev) | |||
1049 | static const struct of_device_id fsl_esai_dt_ids[] = { | 1049 | static const struct of_device_id fsl_esai_dt_ids[] = { |
1050 | { .compatible = "fsl,imx35-esai", }, | 1050 | { .compatible = "fsl,imx35-esai", }, |
1051 | { .compatible = "fsl,vf610-esai", }, | 1051 | { .compatible = "fsl,vf610-esai", }, |
1052 | { .compatible = "fsl,imx6ull-esai", }, | ||
1052 | {} | 1053 | {} |
1053 | }; | 1054 | }; |
1054 | MODULE_DEVICE_TABLE(of, fsl_esai_dt_ids); | 1055 | MODULE_DEVICE_TABLE(of, fsl_esai_dt_ids); |