soc/intel/apollolake: Fix nhlt blobs path for GLK
Change-Id: Iabea32654918575c952857145ee6edb165899baf Signed-off-by: Hannah Williams <hannah.williams@intel.com> Reviewed-on: https://review.coreboot.org/22277 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Aaron Durbin <adurbin@chromium.org> Reviewed-by: Sathyanarayana Nujella <sathyanarayana.nujella@intel.com> Reviewed-by: Furquan Shaikh <furquan@google.com>
This commit is contained in:
parent
b1aa6114b1
commit
96939ae694
1 changed files with 4 additions and 0 deletions
|
|
@ -130,7 +130,11 @@ files_added:: $(IFWITOOL)
|
|||
endif
|
||||
|
||||
# DSP firmware settings files.
|
||||
ifeq ($(CONFIG_SOC_INTEL_GLK),y)
|
||||
NHLT_BLOB_PATH = 3rdparty/blobs/soc/intel/glk/nhlt-blobs
|
||||
else
|
||||
NHLT_BLOB_PATH = 3rdparty/blobs/soc/intel/apollolake/nhlt-blobs
|
||||
endif
|
||||
DMIC_1CH_48KHZ_16B = dmic-1ch-48khz-16b.bin
|
||||
DMIC_2CH_48KHZ_16B = dmic-2ch-48khz-16b.bin
|
||||
DMIC_4CH_48KHZ_16B = dmic-4ch-48khz-16b.bin
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue