mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 21:38:32 +08:00
ASoC: Fix spacing in MAX8950
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Acked-by: Liam Girdwood <lrg@ti.com>
This commit is contained in:
parent
64c25a92e8
commit
27380fb830
@ -118,7 +118,7 @@ static int max9850_hw_params(struct snd_pcm_substream *substream,
|
||||
u64 lrclk_div;
|
||||
u8 sf, da;
|
||||
|
||||
if(!max9850->sysclk)
|
||||
if (!max9850->sysclk)
|
||||
return -EINVAL;
|
||||
|
||||
/* lrclk_div = 2^22 * rate / iclk with iclk = mclk / sf */
|
||||
|
Loading…
Reference in New Issue
Block a user