diff options
author | Takashi Iwai <tiwai@suse.de> | 2024-09-06 08:24:56 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2024-09-06 08:24:56 +0200 |
commit | c491b044cf5f8236742887ba59b30032036e4ac8 (patch) | |
tree | d89c4626355f95e30f568f2cd7afec6952324c92 /sound/soc/codecs/chv3-codec.c | |
parent | a83e4c97ddd7473406ec5e1df8d5e7b24bd7e892 (diff) | |
parent | 77212f300bfd6fb3edaabd1daf863cabb521854a (diff) |
Merge tag 'asoc-fix-v6.11-rc6' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus
ASoC: Fixes for v6.11
A larger set of fixes than I'd like at this point, but mainly due to
people working on fixing module autoloading by adding missing exports of
ID tables rather than anything particularly concerning. There are some
other runtime fixes and quirks, and a tweak to the ABI definition for
SOF which ensures that a struct layout doesn't vary depending on the
architecture of the host.
Diffstat (limited to 'sound/soc/codecs/chv3-codec.c')
-rw-r--r-- | sound/soc/codecs/chv3-codec.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/codecs/chv3-codec.c b/sound/soc/codecs/chv3-codec.c index ab99effa6874..40020500b1fe 100644 --- a/sound/soc/codecs/chv3-codec.c +++ b/sound/soc/codecs/chv3-codec.c @@ -26,6 +26,7 @@ static const struct of_device_id chv3_codec_of_match[] = { { .compatible = "google,chv3-codec", }, { } }; +MODULE_DEVICE_TABLE(of, chv3_codec_of_match); static struct platform_driver chv3_codec_platform_driver = { .driver = { |