Lines Matching refs:nhlt
3 * skl-nhlt.c - Intel SKL Platform NHLT parsing
12 #include <sound/intel-nhlt.h>
33 struct nhlt_acpi_table *nhlt = (struct nhlt_acpi_table *)skl->nhlt;
38 nhlt->header.oem_id, nhlt->header.oem_table_id,
39 nhlt->header.oem_revision);
42 skl->pci_id, nhlt->header.oem_id, nhlt->header.oem_table_id,
43 nhlt->header.oem_revision, "-tplg.bin");
56 struct nhlt_acpi_table *nhlt = (struct nhlt_acpi_table *)skl->nhlt;
60 nhlt->header.oem_id, nhlt->header.oem_table_id,
61 nhlt->header.oem_revision);
83 if (skl->nhlt)
250 struct nhlt_acpi_table *nhlt = (struct nhlt_acpi_table *)skl->nhlt;
256 epnt = (struct nhlt_endpoint *)nhlt->desc;
257 for (i = 0; i < nhlt->endpoint_count; i++) {