diff mbox series

[RESEND] ASoc: tas2781: Rename dai_driver name to unify the name between TAS2563 and TAS2781

Message ID 20240811135144.178-1-shenghao-ding@ti.com
State Accepted
Commit 8f712c12f34daaaa2e47ba07cf3b348d3a442986
Headers show
Series [RESEND] ASoc: tas2781: Rename dai_driver name to unify the name between TAS2563 and TAS2781 | expand

Commit Message

Shenghao Ding Aug. 11, 2024, 1:51 p.m. UTC
Rename dai_driver name to unify the name between TAS2563 and
TAS2781.

Signed-off-by: Shenghao Ding <shenghao-ding@ti.com>
---
 sound/soc/codecs/tas2781-i2c.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Mark Brown Aug. 13, 2024, 6:05 p.m. UTC | #1
On Sun, 11 Aug 2024 21:51:41 +0800, Shenghao Ding wrote:
> Rename dai_driver name to unify the name between TAS2563 and
> TAS2781.
> 
> 

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next

Thanks!

[1/1] ASoc: tas2781: Rename dai_driver name to unify the name between TAS2563 and TAS2781
      commit: 8f712c12f34daaaa2e47ba07cf3b348d3a442986

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark
diff mbox series

Patch

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",