Searched refs:nhlt (Results 1 – 8 of 8) sorted by relevance
/sound/soc/intel/skylake/ |
D | skl-nhlt.c | 91 struct nhlt_acpi_table *nhlt = skl->nhlt; in skl_get_ep_blob() local 97 epnt = (struct nhlt_endpoint *)nhlt->desc; in skl_get_ep_blob() 99 dev_dbg(dev, "endpoint count =%d\n", nhlt->endpoint_count); in skl_get_ep_blob() 101 for (j = 0; j < nhlt->endpoint_count; j++) { in skl_get_ep_blob() 135 struct nhlt_acpi_table *nhlt = (struct nhlt_acpi_table *)skl->nhlt; in skl_nhlt_update_topology_bin() local 140 nhlt->header.oem_id, nhlt->header.oem_table_id, in skl_nhlt_update_topology_bin() 141 nhlt->header.oem_revision); in skl_nhlt_update_topology_bin() 144 skl->pci_id, nhlt->header.oem_id, nhlt->header.oem_table_id, in skl_nhlt_update_topology_bin() 145 nhlt->header.oem_revision, "-tplg.bin"); in skl_nhlt_update_topology_bin() 158 struct nhlt_acpi_table *nhlt = (struct nhlt_acpi_table *)skl->nhlt; in platform_id_show() local [all …]
|
D | skl.c | 521 skl->nhlt); in skl_find_machine() 636 if (!skl->nhlt) in skl_clock_device_register() 1012 skl->nhlt = intel_nhlt_init(bus->dev); in skl_probe() 1014 if (skl->nhlt == NULL) { in skl_probe() 1076 if (skl->nhlt) in skl_probe() 1077 intel_nhlt_free(skl->nhlt); in skl_probe() 1129 if (skl->nhlt) in skl_remove() 1130 intel_nhlt_free(skl->nhlt); in skl_remove()
|
D | Makefile | 2 snd-soc-skl-objs := skl.o skl-pcm.o skl-nhlt.o skl-messages.o skl-topology.o \
|
D | skl.h | 70 struct nhlt_acpi_table *nhlt; /* nhlt ptr */ member
|
/sound/hda/ |
D | intel-nhlt.c | 9 struct nhlt_acpi_table *nhlt; in intel_nhlt_init() local 13 (struct acpi_table_header **)&nhlt); in intel_nhlt_init() 19 return nhlt; in intel_nhlt_init() 23 void intel_nhlt_free(struct nhlt_acpi_table *nhlt) in intel_nhlt_free() argument 25 acpi_put_table((struct acpi_table_header *)nhlt); in intel_nhlt_free() 29 int intel_nhlt_get_dmic_geo(struct device *dev, struct nhlt_acpi_table *nhlt) in intel_nhlt_get_dmic_geo() argument 39 if (!nhlt) in intel_nhlt_get_dmic_geo() 42 if (nhlt->header.length <= sizeof(struct acpi_table_header)) { in intel_nhlt_get_dmic_geo() 47 for (j = 0, epnt = nhlt->desc; j < nhlt->endpoint_count; j++, in intel_nhlt_get_dmic_geo()
|
D | intel-dsp-config.c | 434 struct nhlt_acpi_table *nhlt; in snd_intel_dsp_check_dmic() local 437 nhlt = intel_nhlt_init(&pci->dev); in snd_intel_dsp_check_dmic() 438 if (nhlt) { in snd_intel_dsp_check_dmic() 439 if (intel_nhlt_get_dmic_geo(&pci->dev, nhlt)) in snd_intel_dsp_check_dmic() 441 intel_nhlt_free(nhlt); in snd_intel_dsp_check_dmic()
|
D | Makefile | 18 snd-intel-dspcfg-$(CONFIG_SND_INTEL_NHLT) += intel-nhlt.o
|
/sound/soc/sof/intel/ |
D | hda.c | 541 struct nhlt_acpi_table *nhlt; in check_nhlt_dmic() local 544 nhlt = intel_nhlt_init(sdev->dev); in check_nhlt_dmic() 545 if (nhlt) { in check_nhlt_dmic() 546 dmic_num = intel_nhlt_get_dmic_geo(sdev->dev, nhlt); in check_nhlt_dmic() 547 intel_nhlt_free(nhlt); in check_nhlt_dmic()
|