Unverified Commit c5ba6192 authored by Sylwester Nawrocki's avatar Sylwester Nawrocki Committed by Mark Brown
Browse files

ASoC: samsung: i2s: Change indentation in SAMSUNG_I2S_FMTS definition



Change indentation so this macro definition spans 2 rows and looks
more consistent with surrounding code.

Signed-off-by: default avatarSylwester Nawrocki <s.nawrocki@samsung.com>
Acked-by: default avatarKrzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent eb540d39
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -1150,8 +1150,7 @@ static const struct snd_soc_component_driver samsung_i2s_component = {
	.num_dapm_routes = ARRAY_SIZE(samsung_i2s_dapm_routes),
};

#define SAMSUNG_I2S_FMTS	(SNDRV_PCM_FMTBIT_S8 | \
					SNDRV_PCM_FMTBIT_S16_LE | \
#define SAMSUNG_I2S_FMTS (SNDRV_PCM_FMTBIT_S8 | SNDRV_PCM_FMTBIT_S16_LE | \
			  SNDRV_PCM_FMTBIT_S24_LE)

static int i2s_alloc_dais(struct samsung_i2s_priv *priv,