Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 25a09f4a authored by Shengjiu Wang's avatar Shengjiu Wang Committed by Greg Kroah-Hartman
Browse files

ASoC: ak4458: Add MODULE_DEVICE_TABLE



commit 4ec5b96775a88dd9b1c3ba1d23c43c478cab95a2 upstream.

Add missed MODULE_DEVICE_TABLE for the driver can be loaded
automatically at boot.

Fixes: 08660086 ("ASoC: ak4458: Add support for AK4458 DAC driver")
Cc: <stable@vger.kernel.org>
Signed-off-by: default avatarShengjiu Wang <shengjiu.wang@nxp.com>
Link: https://lore.kernel.org/r/1614149872-25510-1-git-send-email-shengjiu.wang@nxp.com


Signed-off-by: default avatarMark Brown <broonie@kernel.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 12522281
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -642,6 +642,7 @@ static const struct of_device_id ak4458_of_match[] = {
	{ .compatible = "asahi-kasei,ak4458", },
	{ .compatible = "asahi-kasei,ak4458", },
	{ },
	{ },
};
};
MODULE_DEVICE_TABLE(of, ak4458_of_match);


static struct i2c_driver ak4458_i2c_driver = {
static struct i2c_driver ak4458_i2c_driver = {
	.driver = {
	.driver = {