Skip to content

Commit

Permalink
ASoC: Fix spacing in MAX8950
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: Liam Girdwood <lrg@ti.com>
  • Loading branch information
Mark Brown committed Mar 11, 2011
1 parent 64c25a9 commit 27380fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/codecs/max9850.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 27380fb

Please sign in to comment.