mirror of
https://github.com/torvalds/linux.git
synced 2024-11-13 23:51:39 +00:00
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 <shenghao-ding@ti.com> Link: https://patch.msgid.link/20240811135144.178-1-shenghao-ding@ti.com Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
c6f3abbbdc
commit
8f712c12f3
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user