From 4a1ee4b53ec2eed6c9e8129381982c300fa87031 Mon Sep 17 00:00:00 2001 From: "N, Harshapriya" Date: Tue, 28 Nov 2017 14:29:26 -0800 Subject: mainboard/intel/cannonlake_rvp: Add support for MAX98373 speaker amp Add NHLT and dt support for max98373 amp BUG=None TEST=check SSDT and verify entries for max98373 TEST=check NHLT ACPI tables included blobs for max98373 Change-Id: I0b402f89f1ece9e62a394f713c4b0feff29bd1e5 Signed-off-by: N, Harshapriya Signed-off-by: Sathyanarayana Nujella Reviewed-on: https://review.coreboot.org/22674 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin --- src/soc/intel/cannonlake/include/soc/nhlt.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/soc/intel/cannonlake/include') diff --git a/src/soc/intel/cannonlake/include/soc/nhlt.h b/src/soc/intel/cannonlake/include/soc/nhlt.h index 10de336aca..bd0da3ae68 100644 --- a/src/soc/intel/cannonlake/include/soc/nhlt.h +++ b/src/soc/intel/cannonlake/include/soc/nhlt.h @@ -39,5 +39,6 @@ enum { int nhlt_soc_add_dmic_array(struct nhlt *nhlt, int num_channels); int nhlt_soc_add_max98357(struct nhlt *nhlt, int hwlink); int nhlt_soc_add_da7219(struct nhlt *nhlt, int hwlink); +int nhlt_soc_add_max98373(struct nhlt *nhlt, int hwlink); #endif -- cgit v1.2.3