From: Mark Brown Date: Tue, 9 Sep 2025 15:16:01 +0000 (+0100) Subject: ASoC: Intel: Fix invalid quirk input mapping X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=843e94cc1ca84741d3604e7d90daf4415611f4b1;p=users%2Fhch%2Fmisc.git ASoC: Intel: Fix invalid quirk input mapping Merge series from Takashi Iwai : This is a revised patch set for potential OOB accesses when wild values are passed to quirk option for ASoC Intel drivers. Unlike the v1 previous patchset, invalid quirk values are checked and corrected at log_quirks() in each driver, instead. v1: https://lore.kernel.org/20250415083144.6588-1-tiwai@suse.de Takashi === Takashi Iwai (3): ASoC: Intel: bytcht_es8316: Fix invalid quirk input mapping ASoC: Intel: bytcr_rt5640: Fix invalid quirk input mapping ASoC: Intel: bytcr_rt5651: Fix invalid quirk input mapping sound/soc/intel/boards/bytcht_es8316.c | 20 +++++++++++++++++--- sound/soc/intel/boards/bytcr_rt5640.c | 7 +++++-- sound/soc/intel/boards/bytcr_rt5651.c | 26 +++++++++++++++++++++----- 3 files changed, 43 insertions(+), 10 deletions(-) -- 2.50.1 --- 843e94cc1ca84741d3604e7d90daf4415611f4b1