summaryrefslogtreecommitdiff
path: root/src/soc/intel/skylake/nhlt/max98927.c
diff options
context:
space:
mode:
authorDuncan Laurie <dlaurie@chromium.org>2017-05-03 10:05:27 -0700
committerDuncan Laurie <dlaurie@chromium.org>2017-05-04 01:57:36 +0200
commitfff2e6c5561889aaf0dec3b8c94f642aec8701ed (patch)
treea39c7c5b6ce0e9e06d196104e563bdc84925c7e8 /src/soc/intel/skylake/nhlt/max98927.c
parentdcc4d431517b7bb4008bd1aea376183d61507bb3 (diff)
downloadcoreboot-fff2e6c5561889aaf0dec3b8c94f642aec8701ed.tar.xz
intel/skylake: nhlt: Add 48Khz 2ch 16bit config for max98927
This changelist adds the 48Khz 2ch 16bit NHLT configuration for the Maxim 98927 speaker amplifier codec. BUG=b:35585307 TEST=manual testing to ensure speaker output is functional on Eve board Change-Id: Ieda988b557ecefdace5f81b474a952af56e69315 Signed-off-by: Duncan Laurie <dlaurie@chromium.org> Reviewed-on: https://review.coreboot.org/19548 Reviewed-by: Aaron Durbin <adurbin@chromium.org> Reviewed-by: Furquan Shaikh <furquan@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/intel/skylake/nhlt/max98927.c')
-rw-r--r--src/soc/intel/skylake/nhlt/max98927.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/soc/intel/skylake/nhlt/max98927.c b/src/soc/intel/skylake/nhlt/max98927.c
index 77b72aa4e6..8b14df7eef 100644
--- a/src/soc/intel/skylake/nhlt/max98927.c
+++ b/src/soc/intel/skylake/nhlt/max98927.c
@@ -25,6 +25,15 @@ static const struct nhlt_format_config max98927_render_formats[] = {
.speaker_mask = SPEAKER_FRONT_LEFT | SPEAKER_FRONT_RIGHT,
.settings_file = "max98927-render-2ch-48khz-24b.bin",
},
+ /* 48 KHz 16-bits per sample. */
+ {
+ .num_channels = 2,
+ .sample_freq_khz = 48,
+ .container_bits_per_sample = 16,
+ .valid_bits_per_sample = 16,
+ .speaker_mask = SPEAKER_FRONT_LEFT | SPEAKER_FRONT_RIGHT,
+ .settings_file = "max98927-render-2ch-48khz-16b.bin",
+ },
};
static const struct nhlt_endp_descriptor max98927_descriptors[] = {