diff options
author | Takashi Iwai <tiwai@suse.de> | 2024-05-30 21:26:19 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2024-05-30 21:26:19 +0200 |
commit | e1e287e6f9de7e43716438f4c131eeb4a0be65b7 (patch) | |
tree | 7d812ab8f3b3819f40cf838b31c3c2f1597626ee /sound/soc/sof/sof-client-probes.c | |
parent | ALSA: seq: Fix yet another spot for system message conversion (diff) | |
parent | ASoC: SOF: ipc4-topology: Fix nhlt configuration blob (diff) | |
download | linux-e1e287e6f9de7e43716438f4c131eeb4a0be65b7.tar.xz linux-e1e287e6f9de7e43716438f4c131eeb4a0be65b7.zip |
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/sof-client-probes.c')
-rw-r--r-- | sound/soc/sof/sof-client-probes.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/sof/sof-client-probes.c b/sound/soc/sof/sof-client-probes.c index b8f297307565..ccc7d38ddc38 100644 --- a/sound/soc/sof/sof-client-probes.c +++ b/sound/soc/sof/sof-client-probes.c @@ -540,6 +540,6 @@ static struct auxiliary_driver sof_probes_client_drv = { module_auxiliary_driver(sof_probes_client_drv); -MODULE_DESCRIPTION("SOF Probes Client Driver"); MODULE_LICENSE("GPL v2"); +MODULE_DESCRIPTION("SOF Probes Client Driver"); MODULE_IMPORT_NS(SND_SOC_SOF_CLIENT); |