ASoC: SDCA: Fix minor typo
Fix minor typo SDAC -> SDCA.
Fixes: 42b144cb6a ("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>
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user