summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/ak4458.c
diff options
context:
space:
mode:
authorShengjiu Wang <shengjiu.wang@nxp.com>2021-02-24 14:57:51 +0800
committerMark Brown <broonie@kernel.org>2021-03-10 12:49:36 +0000
commit4ec5b96775a88dd9b1c3ba1d23c43c478cab95a2 (patch)
tree7d105a14399bae555495165e0d77437786335d79 /sound/soc/codecs/ak4458.c
parent87263968516fb9507d6215d53f44052627fae8d8 (diff)
downloadlinux-stable-4ec5b96775a88dd9b1c3ba1d23c43c478cab95a2.tar.gz
linux-stable-4ec5b96775a88dd9b1c3ba1d23c43c478cab95a2.tar.bz2
linux-stable-4ec5b96775a88dd9b1c3ba1d23c43c478cab95a2.zip
ASoC: ak4458: Add MODULE_DEVICE_TABLE
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> Link: https://lore.kernel.org/r/1614149872-25510-1-git-send-email-shengjiu.wang@nxp.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs/ak4458.c')
-rw-r--r--sound/soc/codecs/ak4458.c1
1 files changed, 1 insertions, 0 deletions
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 = {