Unverified Commit 622d9ac3 authored by Colin Ian King's avatar Colin Ian King Committed by Mark Brown
Browse files

ASoC: codecs: lpass-rx-macro: clean up for-loop indentation in switch statement



The for-loop is not indented enough and needs one more level
of indentation. Add in the indentation across the block of code.

Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Link: https://lore.kernel.org/r/20210709152424.460446-1-colin.king@canonical.com


Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent eb14ecca
Loading
Loading
Loading
Loading
+33 −32
Original line number Diff line number Diff line
@@ -1754,7 +1754,8 @@ static int rx_macro_digital_mute(struct snd_soc_dai *dai, int mute, int stream)
					snd_soc_component_update_bits(component, reg, 0x20, 0x20);
				if (int_mux_cfg1_val & 0x0F) {
					snd_soc_component_update_bits(component, reg, 0x20, 0x20);
				snd_soc_component_update_bits(component, mix_reg, 0x20, 0x20);
					snd_soc_component_update_bits(component, mix_reg, 0x20,
								      0x20);
				}
			}
		}