ASoC: max98357a: Use standard DAI names

Use the standard naming convention for the codec DAI.

Signed-off-by: Kenneth Westfield <kwestfie@codeaurora.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
Este commit está contenido en:
Kenneth Westfield
2015-02-24 22:39:04 -08:00
cometido por Mark Brown
padre 7ff5eabce4
commit 92b2ad2c9e

Ver fichero

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