diff options
| author | Alexey Klimov <[email protected]> | 2025-08-06 14:00:30 +0000 |
|---|---|---|
| committer | Mark Brown <[email protected]> | 2025-08-10 20:06:42 +0000 |
| commit | 43e0da37d5cfb23eec6aeee9422f84d86621ce2b (patch) | |
| tree | c559811ac174016e996441ee5bd1214ef5213ee6 /sound/soc/codecs/lpass-tx-macro.c | |
| parent | ASoC: fsl_sai: replace regmap_write with regmap_update_bits (diff) | |
| download | kernel-43e0da37d5cfb23eec6aeee9422f84d86621ce2b.tar.gz kernel-43e0da37d5cfb23eec6aeee9422f84d86621ce2b.zip | |
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]>
Diffstat (limited to 'sound/soc/codecs/lpass-tx-macro.c')
| -rw-r--r-- | sound/soc/codecs/lpass-tx-macro.c | 2 |
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 40d79bee4584..1da34cb3505f 100644 --- a/sound/soc/codecs/lpass-tx-macro.c +++ b/sound/soc/codecs/lpass-tx-macro.c @@ -2229,7 +2229,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), |
