diff options
author | Takashi Iwai <tiwai@suse.de> | 2021-11-25 16:35:24 +0300 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2021-11-25 16:35:24 +0300 |
commit | dcd46eb7a9571c7d5c3b5da2699787f5bb8077d1 (patch) | |
tree | 12d04f8c0df309b1f28116cd70cf9ce38fbeb681 /include | |
parent | ae26c08e6c8071ba8febb0c7c0829da96c75248c (diff) | |
parent | 86f74ba3fef56dd1cee19b7a15ae27fc0da5bb61 (diff) | |
download | linux-dcd46eb7a9571c7d5c3b5da2699787f5bb8077d1.tar.xz |
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.h | 2 |
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; |