projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a5806cd
)
ASoC: SDCA: Fix minor typo
author
Charles Keepax
<ckeepax@opensource.cirrus.com>
Fri, 16 May 2025 13:10:05 +0000
(14:10 +0100)
committer
Mark Brown
<broonie@kernel.org>
Tue, 20 May 2025 10:15:35 +0000
(11:15 +0100)
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>
include/sound/sdca_function.h
patch
|
blob
|
blame
|
history
diff --git
a/include/sound/sdca_function.h
b/include/sound/sdca_function.h
index 253654568a41ee2be24a088a30aaf50dd6962ca8..e7165e4f15c42a0927a4018706c545ed97307244 100644
(file)
--- 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:
- * SD
AC
_CTL_TYPE_S(IT, MIC_BIAS).
+ * SD
CA
_CTL_TYPE_S(IT, MIC_BIAS).
*/
#define SDCA_CTL_TYPE_S(ent, sel) SDCA_CTL_TYPE(SDCA_ENTITY_TYPE_##ent, \
SDCA_CTL_##ent##_##sel)