UPSTREAM: soc/intel/skylake: fix nhlt/ssm4567.c indention

Whitespace fix for improper space usage for indention.

Change-Id: Ia6470bf152c57786d2d7f3d35bbf0609a2ee3ba2
Signed-off-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-on: https://review.coreboot.org/15487
Reviewed-by: Furquan Shaikh <furquan@google.com>
Tested-by: build bot (Jenkins)
Reviewed-on: https://chromium-review.googlesource.com/357671
Commit-Ready: Furquan Shaikh <furquan@chromium.org>
Tested-by: Furquan Shaikh <furquan@chromium.org>
This commit is contained in:
Aaron Durbin 2016-06-28 15:18:39 -05:00 committed by chrome-bot
parent 4853f2a03d
commit 7d5aabcfbc

View file

@ -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)