diff options
Diffstat (limited to 'src/soc/intel/skylake/nhlt')
-rw-r--r-- | src/soc/intel/skylake/nhlt/ssm4567.c | 16 |
1 files changed, 8 insertions, 8 deletions
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) |