diff options
author | Takashi Iwai <tiwai@suse.de> | 2021-03-18 14:12:11 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2021-03-18 14:12:11 +0100 |
commit | f4df9ee6d7f329d32d756e54f78c084c7e509b24 (patch) | |
tree | 5a89fe8d7e218989f4bf10eeff1409dc38985ac2 /sound/soc/codecs/ak5558.c | |
parent | 53b861bec737c189cc14ec3b5785d0f13445ac0f (diff) | |
parent | f9dc51cc6676e0360dfcb1836b3d426a3ccf3093 (diff) |
Merge tag 'asoc-fix-v5.12-rc2' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus
ASoC: Fixes for v5.12
Quite a lot of mostly platform specific fixes here, the only one which
is generic is a fix for regressions on devices with more complex
clocking support with simple-card. There's also a few new device IDs
and platform quirks.
Diffstat (limited to 'sound/soc/codecs/ak5558.c')
-rw-r--r-- | sound/soc/codecs/ak5558.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/codecs/ak5558.c b/sound/soc/codecs/ak5558.c index 8a32b0139cb0..85bdd0534180 100644 --- 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[] __maybe_unused = { { .compatible = "asahi-kasei,ak5558"}, { } }; +MODULE_DEVICE_TABLE(of, ak5558_i2c_dt_ids); static struct i2c_driver ak5558_i2c_driver = { .driver = { |