linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] ASoC: fsl_esai: Add compatible string for imx6ull
@ 2019-08-09 10:27 Shengjiu Wang
  2019-08-09 10:27 ` [PATCH 2/2] ASoC: fsl_esai: Add new " Shengjiu Wang
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Shengjiu Wang @ 2019-08-09 10:27 UTC (permalink / raw)
  To: timur, nicoleotsuka, Xiubo.Lee, festevam, broonie, alsa-devel,
	robh+dt, mark.rutland
  Cc: devicetree, linuxppc-dev, linux-kernel

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>
---
 sound/soc/fsl/fsl_esai.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sound/soc/fsl/fsl_esai.c b/sound/soc/fsl/fsl_esai.c
index 10d2210c91ef..4b4a8e831e9e 100644
--- a/sound/soc/fsl/fsl_esai.c
+++ b/sound/soc/fsl/fsl_esai.c
@@ -920,6 +920,7 @@ static int fsl_esai_remove(struct platform_device *pdev)
 static const struct of_device_id fsl_esai_dt_ids[] = {
 	{ .compatible = "fsl,imx35-esai", },
 	{ .compatible = "fsl,vf610-esai", },
+	{ .compatible = "fsl,imx6ull-esai", },
 	{}
 };
 MODULE_DEVICE_TABLE(of, fsl_esai_dt_ids);
-- 
2.21.0


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2019-08-12 13:16 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-09 10:27 [PATCH 1/2] ASoC: fsl_esai: Add compatible string for imx6ull Shengjiu Wang
2019-08-09 10:27 ` [PATCH 2/2] ASoC: fsl_esai: Add new " Shengjiu Wang
2019-08-09 19:58   ` Nicolin Chen
2019-08-12 13:09   ` Applied "ASoC: fsl_esai: Add new compatible string for imx6ull" to the asoc tree Mark Brown
2019-08-09 19:58 ` [PATCH 1/2] ASoC: fsl_esai: Add compatible string for imx6ull Nicolin Chen
2019-08-12 13:09 ` Applied "ASoC: fsl_esai: Add compatible string for imx6ull" to the asoc tree Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).