projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ff5eab
)
ASoC: max98357a: Use standard DAI names
author
Kenneth Westfield
<kwestfie@codeaurora.org>
Wed, 25 Feb 2015 06:39:04 +0000
(22:39 -0800)
committer
Mark Brown
<broonie@kernel.org>
Thu, 26 Feb 2015 02:23:46 +0000
(11:23 +0900)
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>
sound/soc/codecs/max98357a.c
patch
|
blob
|
history
diff --git
a/sound/soc/codecs/max98357a.c
b/sound/soc/codecs/max98357a.c
index 4ee23fbc4e1237268ae104319a9cfe4fc369934e..bf3e933ee895752352e90f610195f39fc6cc058f 100644
(file)
--- a/
sound/soc/codecs/max98357a.c
+++ b/
sound/soc/codecs/max98357a.c
@@
-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-p
layback",
+ .stream_name = "
HiFi P
layback",
.formats = SNDRV_PCM_FMTBIT_S16 |
SNDRV_PCM_FMTBIT_S24 |
SNDRV_PCM_FMTBIT_S32,