From 5e0a9c7436f77a4e488d77c80fba38cd00b67e67 Mon Sep 17 00:00:00 2001 From: Aaron Durbin Date: Tue, 28 Jun 2016 15:18:39 -0500 Subject: soc/intel/skylake: fix nhlt/ssm4567.c indention Whitespace fix for improper space usage for indention. Change-Id: Ia6470bf152c57786d2d7f3d35bbf0609a2ee3ba2 Signed-off-by: Aaron Durbin Reviewed-on: https://review.coreboot.org/15487 Reviewed-by: Furquan Shaikh Tested-by: build bot (Jenkins) --- src/soc/intel/skylake/nhlt/ssm4567.c | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'src/soc') diff --git a/src/soc/intel/skylake/nhlt/ssm4567.c b/src/soc/intel/skylake/nhlt/ssm4567.c index 92482095ca..55d9481852 100644 --- a/src/soc/intel/skylake/nhlt/ssm4567.c +++ b/src/soc/intel/skylake/nhlt/ssm4567.c @@ -29,14 +29,14 @@ static const struct nhlt_format_config ssm4567_render_cfg[] = { /* Capture Blob used for IV feedback for Speaker Protection Algorithm */ static const struct nhlt_format_config ssm4567_capture_cfg[] = { - /* 48 KHz 32-bits per sample. */ - { - .num_channels = 4, - .sample_freq_khz = 48, - .container_bits_per_sample = 32, - .valid_bits_per_sample = 32, - .settings_file = "ssm4567-capture-4ch-48khz-32b.bin", - }, + /* 48 KHz 32-bits per sample. */ + { + .num_channels = 4, + .sample_freq_khz = 48, + .container_bits_per_sample = 32, + .valid_bits_per_sample = 32, + .settings_file = "ssm4567-capture-4ch-48khz-32b.bin", + }, }; int nhlt_soc_add_ssm4567(struct nhlt *nhlt, int hwlink) -- cgit v1.2.3