diff options
author | Shenghao Ding <[email protected]> | 2024-08-11 21:51:41 +0800 |
---|---|---|
committer | Mark Brown <[email protected]> | 2024-08-13 16:19:48 +0100 |
commit | 8f712c12f34daaaa2e47ba07cf3b348d3a442986 (patch) | |
tree | dba51a358de32dbca30906b8aa102fc7162b471e | |
parent | c6f3abbbdc99930f831d5c76dac32ddbd9b88fa1 (diff) |
ASoc: tas2781: Rename dai_driver name to unify the name between TAS2563 and TAS2781
Rename dai_driver name to unify the name between TAS2563 and
TAS2781.
Signed-off-by: Shenghao Ding <[email protected]>
Link: https://patch.msgid.link/[email protected]
Signed-off-by: Mark Brown <[email protected]>
-rw-r--r-- | sound/soc/codecs/tas2781-i2c.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/tas2781-i2c.c b/sound/soc/codecs/tas2781-i2c.c index 313c17f76ca4..8c9efd9183ff 100644 --- a/sound/soc/codecs/tas2781-i2c.c +++ b/sound/soc/codecs/tas2781-i2c.c @@ -672,7 +672,7 @@ static const struct snd_soc_dai_ops tasdevice_dai_ops = { static struct snd_soc_dai_driver tasdevice_dai_driver[] = { { - .name = "tas2781_codec", + .name = "tasdev_codec", .id = 0, .playback = { .stream_name = "Playback", |