Aaron Durbin (adurbin@chromium.org) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/15487
-gerrit
commit f1a6d8d777ae695380b3ce56be00414f9efa3c93 Author: Aaron Durbin adurbin@chromium.org Date: Tue Jun 28 15:18:39 2016 -0500
soc/intel/skylake: fix nhlt/ssm4567.c indention
Whitespace fix for imporoper space usage for indention.
Change-Id: Ia6470bf152c57786d2d7f3d35bbf0609a2ee3ba2 Signed-off-by: Aaron Durbin adurbin@chromium.org --- src/soc/intel/skylake/nhlt/ssm4567.c | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/src/soc/intel/skylake/nhlt/ssm4567.c b/src/soc/intel/skylake/nhlt/ssm4567.c index 9248209..55d9481 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)