aboutsummaryrefslogtreecommitdiffstats
path: root/include/sound
diff options
context:
space:
mode:
authorMaciej Strozek <mstrozek@opensource.cirrus.com>2025-09-01 16:15:07 +0100
committerMark Brown <broonie@kernel.org>2025-09-02 10:50:29 +0100
commit28edfaa10ca1b370b1a27fde632000d35c43402c (patch)
treee43f7c5f7d2fe56d50fe508f7aed6b8018b8e5f0 /include/sound
parentf1d0260362d72f9f454dc1f9db2eeb80cb801f28 (diff)
downloadlinux-28edfaa10ca1b370b1a27fde632000d35c43402c.tar.gz
ASoC: SDCA: Add quirk for incorrect function types for 3 systems
Certain systems have CS42L43 DisCo that claims to conform to version 0.6.28 but uses the function types from the 1.0 spec. Add a quirk as a workaround. Closes: https://github.com/thesofproject/linux/issues/5515 Cc: stable@vger.kernel.org Signed-off-by: Maciej Strozek <mstrozek@opensource.cirrus.com> Reviewed-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.dev> Link: https://patch.msgid.link/20250901151518.3197941-1-mstrozek@opensource.cirrus.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'include/sound')
-rw-r--r--include/sound/sdca.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sound/sdca.h b/include/sound/sdca.h
index 5a5d6de78d7283..9c6a351c9d474f 100644
--- a/include/sound/sdca.h
+++ b/include/sound/sdca.h
@@ -46,6 +46,7 @@ struct sdca_device_data {
enum sdca_quirk {
SDCA_QUIRKS_RT712_VB,
+ SDCA_QUIRKS_SKIP_FUNC_TYPE_PATCHING,
};
#if IS_ENABLED(CONFIG_ACPI) && IS_ENABLED(CONFIG_SND_SOC_SDCA)