mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-07 18:37:58 -04:00
ASoC: wm8994: Fix some indentation issues
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
This commit is contained in:
@@ -2182,7 +2182,7 @@ static int _wm8994_set_fll(struct snd_soc_codec *codec, int id, int src,
|
||||
|
||||
snd_soc_update_bits(codec, WM8994_FLL1_CONTROL_4 + reg_offset,
|
||||
WM8994_FLL1_N_MASK,
|
||||
fll.n << WM8994_FLL1_N_SHIFT);
|
||||
fll.n << WM8994_FLL1_N_SHIFT);
|
||||
|
||||
snd_soc_update_bits(codec, WM8994_FLL1_CONTROL_5 + reg_offset,
|
||||
WM8994_FLL1_FRC_NCO | WM8958_FLL1_BYP |
|
||||
@@ -3371,7 +3371,7 @@ static void wm8958_default_micdet(u16 status, void *data)
|
||||
|
||||
snd_soc_jack_report(wm8994->micdet[0].jack, 0,
|
||||
wm8994->btn_mask |
|
||||
SND_JACK_HEADSET);
|
||||
SND_JACK_HEADSET);
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user