Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 92b2ad2c authored by Kenneth Westfield's avatar Kenneth Westfield Committed by Mark Brown
Browse files

ASoC: max98357a: Use standard DAI names



Use the standard naming convention for the codec DAI.

Signed-off-by: default avatarKenneth Westfield <kwestfie@codeaurora.org>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 7ff5eabc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -85,9 +85,9 @@ static struct snd_soc_dai_ops max98357a_dai_ops = {
};

static struct snd_soc_dai_driver max98357a_dai_driver = {
	.name = "max98357a",
	.name = "HiFi",
	.playback = {
		.stream_name	= "max98357a-playback",
		.stream_name	= "HiFi Playback",
		.formats	= SNDRV_PCM_FMTBIT_S16 |
					SNDRV_PCM_FMTBIT_S24 |
					SNDRV_PCM_FMTBIT_S32,