summaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorAlexey Klimov <alexey.klimov@linaro.org>2025-08-06 15:00:30 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2025-09-04 15:30:19 +0200
commit8f8e6a7817837d041bc9eecd189aa4be93146eb4 (patch)
tree342d435889437b0c63adac898e6b5b0d7a2435fa /sound
parent24b9ed739c8c5b464d983e12cf308982f3ae93c2 (diff)
downloadlinux-8f8e6a7817837d041bc9eecd189aa4be93146eb4.tar.gz
linux-8f8e6a7817837d041bc9eecd189aa4be93146eb4.tar.bz2
linux-8f8e6a7817837d041bc9eecd189aa4be93146eb4.zip
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 <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>
Diffstat (limited to 'sound')
-rw-r--r--sound/soc/codecs/lpass-tx-macro.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/lpass-tx-macro.c b/sound/soc/codecs/lpass-tx-macro.c
index ebddfa74ce0a..150ed10c8377 100644
--- a/sound/soc/codecs/lpass-tx-macro.c
+++ b/sound/soc/codecs/lpass-tx-macro.c
@@ -1940,7 +1940,7 @@ static int tx_macro_register_mclk_output(struct tx_macro *tx)
}
static const struct snd_soc_component_driver tx_macro_component_drv = {
- .name = "RX-MACRO",
+ .name = "TX-MACRO",
.probe = tx_macro_component_probe,
.controls = tx_macro_snd_controls,
.num_controls = ARRAY_SIZE(tx_macro_snd_controls),