summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2021-11-25 14:35:24 +0100
committerTakashi Iwai <tiwai@suse.de>2021-11-25 14:35:24 +0100
commitdcd46eb7a9571c7d5c3b5da2699787f5bb8077d1 (patch)
tree12d04f8c0df309b1f28116cd70cf9ce38fbeb681 /include
parentALSA: intel-dsp-config: add quirk for CML devices based on ES8336 codec (diff)
parentASoC: SOF: hda: reset DAI widget before reconfiguring it (diff)
downloadlinux-dcd46eb7a9571c7d5c3b5da2699787f5bb8077d1.tar.xz
linux-dcd46eb7a9571c7d5c3b5da2699787f5bb8077d1.zip
Merge tag 'asoc-fix-v5.16-rc3' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus
ASoC: Fixes for v5.16 There's a large but repetitive set of fixes here for issues with the Tegra kcontrols not correctly reporting changes to userspace, a fix for some issues with matching on older x86 platforms introduced during the merge window together with a set of smaller fixes and one new system quirk.
Diffstat (limited to 'include')
-rw-r--r--include/sound/soc-acpi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sound/soc-acpi.h b/include/sound/soc-acpi.h
index 31f4c4f9aeea..ac0893df9c76 100644
--- a/include/sound/soc-acpi.h
+++ b/include/sound/soc-acpi.h
@@ -147,7 +147,7 @@ struct snd_soc_acpi_link_adr {
*/
/* Descriptor for SST ASoC machine driver */
struct snd_soc_acpi_mach {
- const u8 id[ACPI_ID_LEN];
+ u8 id[ACPI_ID_LEN];
const struct snd_soc_acpi_codecs *comp_ids;
const u32 link_mask;
const struct snd_soc_acpi_link_adr *links;