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:
parent
7ff5eabce4
commit
92b2ad2c9e
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue