diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-03-11 07:07:31 -0500 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-03-11 07:07:31 -0500 |
commit | 27380fb83079bc7bd644e1115bb001dfdcec307f (patch) | |
tree | 777d8a2e23ad4b26f9903f479f8e5d9812cc71f3 /sound/soc/codecs/max9850.c | |
parent | 64c25a92e865f06ad8782fbdaa1e2a97d50acf73 (diff) |
ASoC: Fix spacing in MAX8950
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: Liam Girdwood <lrg@ti.com>
Diffstat (limited to 'sound/soc/codecs/max9850.c')
-rw-r--r-- | sound/soc/codecs/max9850.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/max9850.c b/sound/soc/codecs/max9850.c index 6d2c5a37550e..208d2ee61855 100644 --- a/sound/soc/codecs/max9850.c +++ b/sound/soc/codecs/max9850.c | |||
@@ -118,7 +118,7 @@ static int max9850_hw_params(struct snd_pcm_substream *substream, | |||
118 | u64 lrclk_div; | 118 | u64 lrclk_div; |
119 | u8 sf, da; | 119 | u8 sf, da; |
120 | 120 | ||
121 | if(!max9850->sysclk) | 121 | if (!max9850->sysclk) |
122 | return -EINVAL; | 122 | return -EINVAL; |
123 | 123 | ||
124 | /* lrclk_div = 2^22 * rate / iclk with iclk = mclk / sf */ | 124 | /* lrclk_div = 2^22 * rate / iclk with iclk = mclk / sf */ |