Skip to content

Commit

Permalink
ASoc: tas2781: Rename dai_driver name to unify the name between TAS25…
Browse files Browse the repository at this point in the history
…63 and TAS2781

Rename dai_driver name to unify the name between TAS2563 and
TAS2781.

Signed-off-by: Shenghao Ding <shenghao-ding@ti.com>
Link: https://patch.msgid.link/20240811135144.178-1-shenghao-ding@ti.com
Signed-off-by: Mark Brown <broonie@kernel.org>
  • Loading branch information
Shenghao Ding authored and Mark Brown committed Aug 13, 2024
1 parent c6f3abb commit 8f712c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/codecs/tas2781-i2c.c
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 8f712c1

Please sign in to comment.