projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
064a728
)
ASoC: ak5558: Add MODULE_DEVICE_TABLE
author
Shengjiu Wang
<shengjiu.wang@nxp.com>
Wed, 24 Feb 2021 06:57:52 +0000
(14:57 +0800)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Thu, 25 Mar 2021 08:04:04 +0000
(09:04 +0100)
commit
80cffd2468ddb850e678f17841fc356930b2304a
upstream.
Add missed MODULE_DEVICE_TABLE for the driver can be loaded
automatically at boot.
Fixes:
920884777480
("ASoC: ak5558: Add support for AK5558 ADC driver")
Cc: <stable@vger.kernel.org>
Signed-off-by: Shengjiu Wang <shengjiu.wang@nxp.com>
Link:
https://lore.kernel.org/r/1614149872-25510-2-git-send-email-shengjiu.wang@nxp.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
sound/soc/codecs/ak5558.c
patch
|
blob
|
history
diff --git
a/sound/soc/codecs/ak5558.c
b/sound/soc/codecs/ak5558.c
index
2f076d5
..
65a248c
100644
(file)
--- a/
sound/soc/codecs/ak5558.c
+++ b/
sound/soc/codecs/ak5558.c
@@
-419,6
+419,7
@@
static const struct of_device_id ak5558_i2c_dt_ids[] = {
{ .compatible = "asahi-kasei,ak5558"},
{ }
};
+MODULE_DEVICE_TABLE(of, ak5558_i2c_dt_ids);
static struct i2c_driver ak5558_i2c_driver = {
.driver = {