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

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
......@@ -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,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment