Skip to content

Commit 52b97d4

Browse files
charleskeepaxbroonie
authored andcommitted
ASoC: SDCA: Fix minor typo
Fix minor typo SDAC -> SDCA. Fixes: 42b144c ("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>
1 parent a5806cd commit 52b97d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/sound/sdca_function.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ struct sdca_init_write {
125125
* macros.
126126
*
127127
* Short hand to specific a Control type statically for example:
128-
* SDAC_CTL_TYPE_S(IT, MIC_BIAS).
128+
* SDCA_CTL_TYPE_S(IT, MIC_BIAS).
129129
*/
130130
#define SDCA_CTL_TYPE_S(ent, sel) SDCA_CTL_TYPE(SDCA_ENTITY_TYPE_##ent, \
131131
SDCA_CTL_##ent##_##sel)

0 commit comments

Comments
 (0)