diff options
author | Takashi Iwai <tiwai@suse.de> | 2024-05-30 22:26:19 +0300 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2024-05-30 22:26:19 +0300 |
commit | e1e287e6f9de7e43716438f4c131eeb4a0be65b7 (patch) | |
tree | 7d812ab8f3b3819f40cf838b31c3c2f1597626ee /sound/soc/sof/imx/imx-common.c | |
parent | 700fe6fd093d08c6da2bda8efe00479b0e617327 (diff) | |
parent | c85578e730135d47271ca874e4436dd87e87f252 (diff) | |
download | linux-e1e287e6f9de7e43716438f4c131eeb4a0be65b7.tar.xz |
Merge tag 'asoc-fix-v6.10-rc1' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus
ASoC: Fixes for v6.10
Several serieses of fixes that have come in since the merge window,
mostly for Intel systems. The biggest thing is some updates from Peter
which fix support for a series of Intel laptops which have been found to
use 16 bit rather than 32 bit DMIC configuration blobs in their firmware
descriptions. We also have a bunch of fixes for module annotations, and
some smaller single patch fixes.
Diffstat (limited to 'sound/soc/sof/imx/imx-common.c')
-rw-r--r-- | sound/soc/sof/imx/imx-common.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/sof/imx/imx-common.c b/sound/soc/sof/imx/imx-common.c index 2981aea123d9..fce6d9cf6a6b 100644 --- a/sound/soc/sof/imx/imx-common.c +++ b/sound/soc/sof/imx/imx-common.c @@ -75,3 +75,4 @@ void imx8_dump(struct snd_sof_dev *sdev, u32 flags) EXPORT_SYMBOL(imx8_dump); MODULE_LICENSE("Dual BSD/GPL"); +MODULE_DESCRIPTION("SOF helpers for IMX platforms"); |