]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: fsl_sai: add IRQF_SHARED
authorMichael Walle <michael@walle.cc>
Thu, 28 Nov 2019 22:38:02 +0000 (23:38 +0100)
committerMark Brown <broonie@kernel.org>
Mon, 9 Dec 2019 18:34:04 +0000 (18:34 +0000)
commit6e8398c21ab4f733684766bc9a43b0457a19718c
tree8642d7d1b4b219fc290266b83b951e86cc077247
parent03d20144471c19a77cf5a0c656c0f1a690f9eb5f
ASoC: fsl_sai: add IRQF_SHARED

The LS1028A SoC uses the same interrupt line for adjacent SAIs. Use
IRQF_SHARED to be able to use these SAIs simultaneously.

Signed-off-by: Michael Walle <michael@walle.cc>
Reviewed-by: Fabio Estevam <festevam@gmail.com>
Acked-by: Nicolin Chen <nicoleotsuka@gmail.com>
Acked-by: Daniel Baluta <daniel.baluta@nxp.com>
Link: https://lore.kernel.org/r/20191128223802.18228-1-michael@walle.cc
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/fsl/fsl_sai.c