coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
nhlt.c File Reference
#include <baseboard/variants.h>
#include <console/console.h>
#include <nhlt.h>
#include <soc/nhlt.h>
Include dependency graph for nhlt.c:

Go to the source code of this file.

Functions

void variant_nhlt_init (struct nhlt *nhlt)
 
void variant_nhlt_oem_overrides (const char **oem_id, const char **oem_table_id, uint32_t *oem_revision)
 

Function Documentation

◆ variant_nhlt_init()

void variant_nhlt_init ( struct nhlt nhlt)

Definition at line 8 of file nhlt.c.

References AUDIO_LINK_SSP0, AUDIO_LINK_SSP1, BIOS_ERR, nhlt_soc_add_da7219(), nhlt_soc_add_dmic_array(), nhlt_soc_add_max98373(), and printk.

Here is the call graph for this function:

◆ variant_nhlt_oem_overrides()

void variant_nhlt_oem_overrides ( const char **  oem_id,
const char **  oem_table_id,
uint32_t oem_revision 
)

Definition at line 23 of file nhlt.c.