Commit 27380fb8 authored by Mark Brown's avatar Mark Brown

ASoC: Fix spacing in MAX8950

Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: default avatarLiam Girdwood <lrg@ti.com>
parent 64c25a92
......@@ -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 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment