diff mbox series

[1/2] ASoC: ak4458: Add MODULE_DEVICE_TABLE

Message ID 1614149872-25510-1-git-send-email-shengjiu.wang@nxp.com (mailing list archive)
State Accepted
Commit f84b4524005238fc9fd5cf615bb426fa40a99494
Headers show
Series [1/2] ASoC: ak4458: Add MODULE_DEVICE_TABLE | expand

Commit Message

Shengjiu Wang Feb. 24, 2021, 6:57 a.m. UTC
Add missed MODULE_DEVICE_TABLE for the driver can be loaded
automatically at boot.

Fixes: 08660086eff9 ("ASoC: ak4458: Add support for AK4458 DAC driver")
Cc: <stable@vger.kernel.org>
Signed-off-by: Shengjiu Wang <shengjiu.wang@nxp.com>
---
 sound/soc/codecs/ak4458.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Mark Brown Feb. 24, 2021, 4:57 p.m. UTC | #1
On Wed, 24 Feb 2021 14:57:51 +0800, Shengjiu Wang wrote:
> Add missed MODULE_DEVICE_TABLE for the driver can be loaded
> automatically at boot.

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next

Thanks!

[1/2] ASoC: ak4458: Add MODULE_DEVICE_TABLE
      commit: f84b4524005238fc9fd5cf615bb426fa40a99494
[2/2] ASoC: ak5558: Add MODULE_DEVICE_TABLE
      commit: 741c8397e5d0b339fb3e614a9ff5cb4bf7ae1a65

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark
diff mbox series

Patch

diff --git a/sound/soc/codecs/ak4458.c b/sound/soc/codecs/ak4458.c
index 472caad17012..85a1d00894a9 100644
--- a/sound/soc/codecs/ak4458.c
+++ b/sound/soc/codecs/ak4458.c
@@ -812,6 +812,7 @@  static const struct of_device_id ak4458_of_match[] = {
 	{ .compatible = "asahi-kasei,ak4497", .data = &ak4497_drvdata},
 	{ },
 };
+MODULE_DEVICE_TABLE(of, ak4458_of_match);
 
 static struct i2c_driver ak4458_i2c_driver = {
 	.driver = {