mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2026-01-27 15:13:58 +01: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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user