diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-06-15 15:29:20 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-06-16 06:41:53 -0400 |
commit | d4d80f5e46872b947357b44cf75d3e9fe97789d8 (patch) | |
tree | 1454242f2bc84cb52df3a3254902dbd066155728 /sound/soc/codecs/ad1836.c | |
parent | 15e870512956a1e573d033b3bb6ffbf3237e9723 (diff) |
ASoC: AD1836: fix intermixed tab/space indentation
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Acked-by: Liam Girdwood <lrg@ti.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/codecs/ad1836.c')
-rw-r--r-- | sound/soc/codecs/ad1836.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/codecs/ad1836.c b/sound/soc/codecs/ad1836.c index e8a986f84c13..816b85293e67 100644 --- a/sound/soc/codecs/ad1836.c +++ b/sound/soc/codecs/ad1836.c | |||
@@ -322,8 +322,8 @@ static int ad1836_remove(struct snd_soc_codec *codec) | |||
322 | } | 322 | } |
323 | 323 | ||
324 | static struct snd_soc_codec_driver soc_codec_dev_ad1836 = { | 324 | static struct snd_soc_codec_driver soc_codec_dev_ad1836 = { |
325 | .probe = ad1836_probe, | 325 | .probe = ad1836_probe, |
326 | .remove = ad1836_remove, | 326 | .remove = ad1836_remove, |
327 | .suspend = ad1836_soc_suspend, | 327 | .suspend = ad1836_soc_suspend, |
328 | .resume = ad1836_soc_resume, | 328 | .resume = ad1836_soc_resume, |
329 | .reg_cache_size = AD1836_NUM_REGS, | 329 | .reg_cache_size = AD1836_NUM_REGS, |