summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Keepax <ckeepax@opensource.cirrus.com>2025-05-16 14:10:05 +0100
committerMark Brown <broonie@kernel.org>2025-05-20 11:15:35 +0100
commit52b97d43b7c52da481758931a111a091da5e4802 (patch)
tree4e833bd1005c52523feafbdae806e0d849fe88fb
parenta5806cd506af5a7c19bcd596e4708b5c464bfd21 (diff)
ASoC: SDCA: Fix minor typo
Fix minor typo SDAC -> SDCA. Fixes: 42b144cb6a2d ("ASoC: SDCA: Add SDCA Control parsing") Signed-off-by: Charles Keepax <ckeepax@opensource.cirrus.com> Reviewed-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.dev> Link: https://patch.msgid.link/20250516131011.221310-2-ckeepax@opensource.cirrus.com Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r--include/sound/sdca_function.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sound/sdca_function.h b/include/sound/sdca_function.h
index 253654568a41..e7165e4f15c4 100644
--- a/include/sound/sdca_function.h
+++ b/include/sound/sdca_function.h
@@ -125,7 +125,7 @@ struct sdca_init_write {
* macros.
*
* Short hand to specific a Control type statically for example:
- * SDAC_CTL_TYPE_S(IT, MIC_BIAS).
+ * SDCA_CTL_TYPE_S(IT, MIC_BIAS).
*/
#define SDCA_CTL_TYPE_S(ent, sel) SDCA_CTL_TYPE(SDCA_ENTITY_TYPE_##ent, \
SDCA_CTL_##ent##_##sel)