mb/google/reef: Correct channel count for DMIC
These boards only have 2 DMIC physically connected, and attempting to record from 4 channels vs 2 results in a large amount of background noise which drowns out the recording. Selecting the 2 channel DMIC shows audio on both channels and no noise. TEST=build/boot reef variants, test built-in mic under Windows and Linux. Change-Id: Ie7c422f4bd205b0388ee8efea7cf4f3cfa83ef05 Signed-off-by: Matt DeVillier <matt.devillier@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/88080 Reviewed-by: Sean Rhodes <sean@starlabs.systems> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
686dea9883
commit
fed7ad967a
1 changed files with 1 additions and 1 deletions
|
|
@ -99,7 +99,7 @@ config UART_FOR_CONSOLE
|
|||
|
||||
config INCLUDE_NHLT_BLOBS
|
||||
bool "Include blobs for audio."
|
||||
select NHLT_DMIC_4CH_16B
|
||||
select NHLT_DMIC_2CH_16B
|
||||
select NHLT_DA7219
|
||||
select NHLT_MAX98357
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue