Skip to content

Commit cd79a25

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 <[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]> Signed-off-by: Sasha Levin <[email protected]>
1 parent c9991af commit cd79a25

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)