Lines Matching defs:nhlt
27 #include <sound/intel-nhlt.h>
547 struct nhlt_acpi_table *nhlt;
550 nhlt = hdev->nhlt;
551 if (nhlt)
552 dmic_num = intel_nhlt_get_dmic_geo(sdev->dev, nhlt);
575 struct nhlt_acpi_table *nhlt;
578 nhlt = hdev->nhlt;
579 if (!nhlt)
582 if (intel_nhlt_has_endpoint_type(nhlt, NHLT_LINK_SSP)) {
583 ssp_mask = intel_nhlt_ssp_endpoint_mask(nhlt, device_type);
596 struct nhlt_acpi_table *nhlt;
598 nhlt = hdev->nhlt;
599 if (!nhlt)
602 return intel_nhlt_ssp_mclk_mask(nhlt, ssp_num);
920 hdev->nhlt = intel_nhlt_init(sdev->dev);
951 struct nhlt_acpi_table *nhlt = hda->nhlt;
953 if (nhlt)
954 intel_nhlt_free(nhlt);