aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/max98088.c
diff options
context:
space:
mode:
authorMark Brown <broonie@linaro.org>2013-09-23 12:22:17 -0400
committerMark Brown <broonie@linaro.org>2013-09-24 06:11:31 -0400
commit356d86e24850cdc353602b90be73e627f86707c7 (patch)
treeff6ab8566bbf65f0c58c44f57df5b7a19caddf52 /sound/soc/codecs/max98088.c
parent4a10c2ac2f368583138b774ca41fac4207911983 (diff)
ASoC: max98088: Fix indentation
Tested-by: Dylan Reid <dgreid@chromium.org> Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'sound/soc/codecs/max98088.c')
-rw-r--r--sound/soc/codecs/max98088.c46
1 files changed, 23 insertions, 23 deletions
diff --git a/sound/soc/codecs/max98088.c b/sound/soc/codecs/max98088.c
index 566a367c94fa..391f66913a44 100644
--- a/sound/soc/codecs/max98088.c
+++ b/sound/soc/codecs/max98088.c
@@ -38,20 +38,20 @@ struct max98088_cdata {
38}; 38};
39 39
40struct max98088_priv { 40struct max98088_priv {
41 enum max98088_type devtype; 41 enum max98088_type devtype;
42 struct max98088_pdata *pdata; 42 struct max98088_pdata *pdata;
43 unsigned int sysclk; 43 unsigned int sysclk;
44 struct max98088_cdata dai[2]; 44 struct max98088_cdata dai[2];
45 int eq_textcnt; 45 int eq_textcnt;
46 const char **eq_texts; 46 const char **eq_texts;
47 struct soc_enum eq_enum; 47 struct soc_enum eq_enum;
48 u8 ina_state; 48 u8 ina_state;
49 u8 inb_state; 49 u8 inb_state;
50 unsigned int ex_mode; 50 unsigned int ex_mode;
51 unsigned int digmic; 51 unsigned int digmic;
52 unsigned int mic1pre; 52 unsigned int mic1pre;
53 unsigned int mic2pre; 53 unsigned int mic2pre;
54 unsigned int extmic_mode; 54 unsigned int extmic_mode;
55}; 55};
56 56
57static const u8 max98088_reg[M98088_REG_CNT] = { 57static const u8 max98088_reg[M98088_REG_CNT] = {
@@ -2066,15 +2066,15 @@ static int max98088_remove(struct snd_soc_codec *codec)
2066} 2066}
2067 2067
2068static struct snd_soc_codec_driver soc_codec_dev_max98088 = { 2068static struct snd_soc_codec_driver soc_codec_dev_max98088 = {
2069 .probe = max98088_probe, 2069 .probe = max98088_probe,
2070 .remove = max98088_remove, 2070 .remove = max98088_remove,
2071 .suspend = max98088_suspend, 2071 .suspend = max98088_suspend,
2072 .resume = max98088_resume, 2072 .resume = max98088_resume,
2073 .set_bias_level = max98088_set_bias_level, 2073 .set_bias_level = max98088_set_bias_level,
2074 .reg_cache_size = ARRAY_SIZE(max98088_reg), 2074 .reg_cache_size = ARRAY_SIZE(max98088_reg),
2075 .reg_word_size = sizeof(u8), 2075 .reg_word_size = sizeof(u8),
2076 .reg_cache_default = max98088_reg, 2076 .reg_cache_default = max98088_reg,
2077 .volatile_register = max98088_volatile_register, 2077 .volatile_register = max98088_volatile_register,
2078 .dapm_widgets = max98088_dapm_widgets, 2078 .dapm_widgets = max98088_dapm_widgets,
2079 .num_dapm_widgets = ARRAY_SIZE(max98088_dapm_widgets), 2079 .num_dapm_widgets = ARRAY_SIZE(max98088_dapm_widgets),
2080 .dapm_routes = max98088_audio_map, 2080 .dapm_routes = max98088_audio_map,