public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] ASoC: cs35l35: fix typo 'overide' -> 'override'
@ 2026-04-21  2:30 IRRatium
  2026-04-21  2:32 ` [PATCH 2/2] dt-bindings: sound: " IRRatium
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: IRRatium @ 2026-04-21  2:30 UTC (permalink / raw)
  To: broonie
  Cc: lgirdwood, robh, krzk+dt, conor+dt, david.rhodes, rf, linux-sound,
	devicetree, linux-kernel, patches

Fix typo in property name 'cirrus,classh-bst-overide',
should be 'cirrus,classh-bst-override'.

Signed-off-by: IRRatium <majnkraftiigry7@gmail.com>
---
  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


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2026-04-21  9:50 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-21  2:30 [PATCH 1/2] ASoC: cs35l35: fix typo 'overide' -> 'override' IRRatium
2026-04-21  2:32 ` [PATCH 2/2] dt-bindings: sound: " IRRatium
2026-04-21  9:50   ` Krzysztof Kozlowski
2026-04-21  9:48 ` [PATCH 1/2] ASoC: " Charles Keepax
2026-04-21  9:50 ` Krzysztof Kozlowski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox