[PATCH 1/2] ASoC: cs35l35: fix typo 'overide' -> 'override'
From: IRRatium
Date: Mon Apr 20 2026 - 22:30:54 EST
Fix typo in property name 'cirrus,classh-bst-overide',
should be 'cirrus,classh-bst-override'.
Signed-off-by: IRRatium <majnkraftiigry7@xxxxxxxxx>
---
sound/soc/codecs/cs35l35.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sound/soc/codecs/cs35l35.c b/sound/soc/codecs/cs35l35.c
index 7a01b1d9f..7d9b42c5a 100644
--- a/sound/soc/codecs/cs35l35.c
+++ b/sound/soc/codecs/cs35l35.c
@@ -1311,7 +1311,7 @@ static int cs35l35_handle_of_data(struct i2c_client *i2c_client,
if (classh_config->classh_algo_enable) {
classh_config->classh_bst_override =
- of_property_read_bool(np, "cirrus,classh-bst-overide");
+ of_property_read_bool(np, "cirrus,classh-bst-override");
ret = of_property_read_u32(classh,
"cirrus,classh-bst-max-limit",
--
2.53.0