Skip to content

Commit 880bcc7

Browse files
laklimovgregkh
authored andcommitted
ASoC: codecs: tx-macro: correct tx_macro_component_drv name
[ Upstream commit 43e0da3 ] We already have a component driver named "RX-MACRO", which is lpass-rx-macro.c. The tx macro component driver's name should be "TX-MACRO" accordingly. Fix it. Cc: Srinivas Kandagatla <srini@kernel.org> Signed-off-by: Alexey Klimov <alexey.klimov@linaro.org> Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org> Link: https://patch.msgid.link/20250806140030.691477-1-alexey.klimov@linaro.org Signed-off-by: Mark Brown <broonie@kernel.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
1 parent 289f945 commit 880bcc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sound/soc/codecs/lpass-tx-macro.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2230,7 +2230,7 @@ static int tx_macro_register_mclk_output(struct tx_macro *tx)
22302230
}
22312231

22322232
static const struct snd_soc_component_driver tx_macro_component_drv = {
2233-
.name = "RX-MACRO",
2233+
.name = "TX-MACRO",
22342234
.probe = tx_macro_component_probe,
22352235
.controls = tx_macro_snd_controls,
22362236
.num_controls = ARRAY_SIZE(tx_macro_snd_controls),

0 commit comments

Comments
 (0)