[coreboot-gerrit] Patch set updated for coreboot: soc/intel/apollolake: Use CONFIG_NHLT_DMIC_2CH_16B for dmic

Saurabh Satija (saurabh.satija@intel.com) gerrit at coreboot.org
Tue Aug 23 15:42:33 CEST 2016


Saurabh Satija (saurabh.satija at intel.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/16251

-gerrit

commit 3a00420528fdc13d8a71f58c2620c606c991f3c9
Author: Saurabh Satija <saurabh.satija at intel.com>
Date:   Thu Aug 18 14:08:37 2016 -0700

    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.
    
    Change-Id: Ic6deb9f08d345cc45351d61a7597bc7075ee20f9
    Signed-off-by: Saurabh Satija <saurabh.satija at intel.com>
---
 src/soc/intel/apollolake/Makefile.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/soc/intel/apollolake/Makefile.inc b/src/soc/intel/apollolake/Makefile.inc
index 6eb9d9a..cae90b5 100644
--- a/src/soc/intel/apollolake/Makefile.inc
+++ b/src/soc/intel/apollolake/Makefile.inc
@@ -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
 



More information about the coreboot-gerrit mailing list