UPSTREAM: soc/intel/apollolake: Use CONFIG_NHLT_DMIC_2CH_16B for dmic
Update the config variable that gets set to use DMIC 2 channel blob for intel/apollolake platforms. This flag is set in mainboard. BUG=None BRANCH=None TEST=None Signed-off-by: Saurabh Satija <saurabh.satija@intel.com> Reviewed-on: https://review.coreboot.org/16251 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin <adurbin@chromium.org> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Change-Id: Ic6deb9f08d345cc45351d61a7597bc7075ee20f9 Reviewed-on: https://chromium-review.googlesource.com/374123 Commit-Ready: Furquan Shaikh <furquan@chromium.org> Tested-by: Furquan Shaikh <furquan@chromium.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
parent
85cb661765
commit
b87e276798
1 changed files with 1 additions and 1 deletions
|
|
@ -125,7 +125,7 @@ DMIC_2CH_48KHZ_16B = dmic-2ch-48khz-16b.bin
|
|||
MAX98357_RENDER = max98357-render-2ch-48khz-24b.bin
|
||||
DA7219_RENDER_CAPTURE = dialog-2ch-48khz-24b.bin
|
||||
|
||||
cbfs-files-$(CONFIG_NHLT_DMIC_2CH) += $(DMIC_2CH_48KHZ_16B)
|
||||
cbfs-files-$(CONFIG_NHLT_DMIC_2CH_16B) += $(DMIC_2CH_48KHZ_16B)
|
||||
$(DMIC_2CH_48KHZ_16B)-file := $(NHLT_BLOB_PATH)/$(DMIC_2CH_48KHZ_16B)
|
||||
$(DMIC_2CH_48KHZ_16B)-type := raw
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue