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>
This commit is contained in:
Kenneth Westfield 2015-02-24 22:39:04 -08:00 committed by Mark Brown
parent 7ff5eabce4
commit 92b2ad2c9e
1 changed files with 2 additions and 2 deletions

View File

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