aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/skylake/nhlt/max98373.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/skylake/nhlt/max98373.c')
-rw-r--r--src/soc/intel/skylake/nhlt/max98373.c11
1 files changed, 10 insertions, 1 deletions
diff --git a/src/soc/intel/skylake/nhlt/max98373.c b/src/soc/intel/skylake/nhlt/max98373.c
index 7d01b92816..beb455874f 100644
--- a/src/soc/intel/skylake/nhlt/max98373.c
+++ b/src/soc/intel/skylake/nhlt/max98373.c
@@ -37,7 +37,7 @@ static const struct nhlt_format_config max98373_render_formats[] = {
};
static const struct nhlt_format_config max98373_capture_formats[] = {
- /* 48 KHz 16-bits per sample. */
+ /* 48 KHz 16-bits per sample - Quad Channel. */
{
.num_channels = 4,
.sample_freq_khz = 48,
@@ -46,6 +46,15 @@ static const struct nhlt_format_config max98373_capture_formats[] = {
.speaker_mask = SPEAKER_FRONT_LEFT | SPEAKER_FRONT_RIGHT,
.settings_file = "max98373-render-2ch-48khz-16b.bin",
},
+ /* 48 KHz 16-bits per sample - Stereo Channel */
+ {
+ .num_channels = 2,
+ .sample_freq_khz = 48,
+ .container_bits_per_sample = 32,
+ .valid_bits_per_sample = 16,
+ .speaker_mask = SPEAKER_FRONT_LEFT | SPEAKER_FRONT_RIGHT,
+ .settings_file = "max98373-render-2ch-48khz-16b.bin",
+ },
};
static const struct nhlt_endp_descriptor max98373_descriptors[] = {