projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4735c8c
)
ASoC: sgtl5000: sync parameter naming (rate/sample_bits)
author
Kuninori Morimoto
<kuninori.morimoto.gx@renesas.com>
Fri, 15 Jan 2021 04:55:40 +0000
(13:55 +0900)
committer
Mark Brown
<broonie@kernel.org>
Thu, 21 Jan 2021 12:38:11 +0000
(12:38 +0000)
This patch syncs naming rule.
- xxx_rates;
+ xxx_rate;
- xxx_samplebits;
+ xxx_sample_bits;
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Link:
https://lore.kernel.org/r/87pn26n6u4.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/sgtl5000.c
patch
|
blob
|
history
diff --git
a/sound/soc/codecs/sgtl5000.c
b/sound/soc/codecs/sgtl5000.c
index 4d6ff811462287c0c32ba730ffc184564085ee8d..73551e36695e98123a35de8ee4dac3e6d96a5caa 100644
(file)
--- a/
sound/soc/codecs/sgtl5000.c
+++ b/
sound/soc/codecs/sgtl5000.c
@@
-1187,7
+1187,7
@@
static struct snd_soc_dai_driver sgtl5000_dai = {
.formats = SGTL5000_FORMATS,
},
.ops = &sgtl5000_ops,
- .symmetric_rate
s
= 1,
+ .symmetric_rate = 1,
};
static bool sgtl5000_volatile(struct device *dev, unsigned int reg)