Skip to content

Commit 98537f5

Browse files
laklimovopsiff
authored andcommitted
ASoC: codecs: tx-macro: correct tx_macro_component_drv name
[ Upstream commit 43e0da37d5cfb23eec6aeee9422f84d86621ce2b ] 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]> (cherry picked from commit 8f8e6a7817837d041bc9eecd189aa4be93146eb4)
1 parent 07551d2 commit 98537f5

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
@@ -1940,7 +1940,7 @@ static int tx_macro_register_mclk_output(struct tx_macro *tx)
19401940
}
19411941

19421942
static const struct snd_soc_component_driver tx_macro_component_drv = {
1943-
.name = "RX-MACRO",
1943+
.name = "TX-MACRO",
19441944
.probe = tx_macro_component_probe,
19451945
.controls = tx_macro_snd_controls,
19461946
.num_controls = ARRAY_SIZE(tx_macro_snd_controls),

0 commit comments

Comments
 (0)