Skip to content

Commit 43e0da3

Browse files
laklimovbroonie
authored andcommitted
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 <[email protected]> Signed-off-by: Alexey Klimov <[email protected]> Reviewed-by: Neil Armstrong <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent 0e270f3 commit 43e0da3

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)