Skip to content

Commit 47c9349

Browse files
committed
ASoC: codecs: tx-macro: correct tx_macro_component_drv name
JIRA: https://issues.redhat.com/browse/RHEL-118909 commit 43e0da3 Author: Alexey Klimov <alexey.klimov@linaro.org> Date: Wed Aug 6 15:00:30 2025 +0100 ASoC: codecs: tx-macro: correct tx_macro_component_drv name 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: Jaroslav Kysela <jkysela@redhat.com>
1 parent 452d52a commit 47c9349

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
@@ -2229,7 +2229,7 @@ static int tx_macro_register_mclk_output(struct tx_macro *tx)
22292229
}
22302230

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

0 commit comments

Comments
 (0)