projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b517229
)
ASoC: nau8810: fix the typo of function name
author
John Hsu
<KCHSU0@nuvoton.com>
Wed, 13 Mar 2019 07:04:16 +0000
(15:04 +0800)
committer
Mark Brown
<broonie@kernel.org>
Wed, 13 Mar 2019 15:07:06 +0000
(15:07 +0000)
Correct the typo at the function name.
Signed-off-by: John Hsu <KCHSU0@nuvoton.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/nau8810.c
patch
|
blob
|
history
diff --git
a/sound/soc/codecs/nau8810.c
b/sound/soc/codecs/nau8810.c
index
e7fd0b2
..
39512a7
100644
(file)
--- a/
sound/soc/codecs/nau8810.c
+++ b/
sound/soc/codecs/nau8810.c
@@
-493,7
+493,7
@@
static int nau8810_set_sysclk(struct snd_soc_dai *dai,
return 0;
}
-static int nau88
l
0_calc_pll(unsigned int pll_in,
+static int nau88
1
0_calc_pll(unsigned int pll_in,
unsigned int fs, struct nau8810_pll *pll_param)
{
u64 f2, f2_max, pll_ratio;
@@
-542,7
+542,7
@@
static int nau8810_set_pll(struct snd_soc_dai *codec_dai, int pll_id,
int ret, fs;
fs = freq_out / 256;
- ret = nau88
l
0_calc_pll(freq_in, fs, pll_param);
+ ret = nau88
1
0_calc_pll(freq_in, fs, pll_param);
if (ret < 0) {
dev_err(nau8810->dev, "Unsupported input clock %d\n", freq_in);
return ret;