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)
This commit is contained in:
parent
ed0f6d7cb7
commit
5e0a9c7436
@ -29,14 +29,14 @@ static const struct nhlt_format_config ssm4567_render_cfg[] = {
|
|||||||
|
|
||||||
/* Capture Blob used for IV feedback for Speaker Protection Algorithm */
|
/* Capture Blob used for IV feedback for Speaker Protection Algorithm */
|
||||||
static const struct nhlt_format_config ssm4567_capture_cfg[] = {
|
static const struct nhlt_format_config ssm4567_capture_cfg[] = {
|
||||||
/* 48 KHz 32-bits per sample. */
|
/* 48 KHz 32-bits per sample. */
|
||||||
{
|
{
|
||||||
.num_channels = 4,
|
.num_channels = 4,
|
||||||
.sample_freq_khz = 48,
|
.sample_freq_khz = 48,
|
||||||
.container_bits_per_sample = 32,
|
.container_bits_per_sample = 32,
|
||||||
.valid_bits_per_sample = 32,
|
.valid_bits_per_sample = 32,
|
||||||
.settings_file = "ssm4567-capture-4ch-48khz-32b.bin",
|
.settings_file = "ssm4567-capture-4ch-48khz-32b.bin",
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
int nhlt_soc_add_ssm4567(struct nhlt *nhlt, int hwlink)
|
int nhlt_soc_add_ssm4567(struct nhlt *nhlt, int hwlink)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user