Searched refs:nhlt (Results 1 – 10 of 10) sorted by relevance
| /linux-6.15/sound/hda/ |
| H A 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() 39 if (!nhlt) in intel_nhlt_get_dmic_geo() 47 for (j = 0, epnt = nhlt->desc; j < nhlt->endpoint_count; j++, in intel_nhlt_get_dmic_geo() 124 if (!nhlt) in intel_nhlt_has_endpoint_type() 127 epnt = (struct nhlt_endpoint *)nhlt->desc; in intel_nhlt_has_endpoint_type() 147 epnt = (struct nhlt_endpoint *)nhlt->desc; in intel_nhlt_ssp_endpoint_mask() 179 if (!nhlt) in intel_nhlt_ssp_mclk_mask() 300 if (!nhlt) in intel_nhlt_get_endpoint_blob() [all …]
|
| H A D | intel-dsp-config.c | 570 struct nhlt_acpi_table *nhlt; in snd_intel_dsp_find_config() local 576 nhlt = intel_nhlt_init(&pci->dev); in snd_intel_dsp_find_config() 577 if (!nhlt) { in snd_intel_dsp_find_config() 583 if (intel_nhlt_has_endpoint_type(nhlt, NHLT_LINK_SSP) && in snd_intel_dsp_find_config() 584 intel_nhlt_ssp_endpoint_mask(nhlt, NHLT_DEVICE_I2S)) in snd_intel_dsp_find_config() 587 intel_nhlt_free(nhlt); in snd_intel_dsp_find_config()
|
| H A D | Makefile | 18 snd-intel-dspcfg-$(CONFIG_SND_INTEL_NHLT) += intel-nhlt.o
|
| /linux-6.15/include/sound/ |
| H A D | intel-nhlt.h | 133 int intel_nhlt_get_dmic_geo(struct device *dev, struct nhlt_acpi_table *nhlt); 135 bool intel_nhlt_has_endpoint_type(struct nhlt_acpi_table *nhlt, u8 link_type); 137 int intel_nhlt_ssp_endpoint_mask(struct nhlt_acpi_table *nhlt, u8 device_type); 139 int intel_nhlt_ssp_mclk_mask(struct nhlt_acpi_table *nhlt, int ssp_num); 142 intel_nhlt_get_endpoint_blob(struct device *dev, struct nhlt_acpi_table *nhlt, 146 int intel_nhlt_ssp_device_type(struct device *dev, struct nhlt_acpi_table *nhlt, 161 struct nhlt_acpi_table *nhlt) in intel_nhlt_get_dmic_geo() argument 166 static inline bool intel_nhlt_has_endpoint_type(struct nhlt_acpi_table *nhlt, in intel_nhlt_has_endpoint_type() argument 177 static inline int intel_nhlt_ssp_mclk_mask(struct nhlt_acpi_table *nhlt, int ssp_num) in intel_nhlt_ssp_mclk_mask() argument 183 intel_nhlt_get_endpoint_blob(struct device *dev, struct nhlt_acpi_table *nhlt, in intel_nhlt_get_endpoint_blob() argument [all …]
|
| /linux-6.15/sound/soc/sof/intel/ |
| H A D | hda.c | 544 struct nhlt_acpi_table *nhlt; in check_dmic_num() local 547 nhlt = hdev->nhlt; in check_dmic_num() 548 if (nhlt) in check_dmic_num() 572 struct nhlt_acpi_table *nhlt; in check_nhlt_ssp_mask() local 575 nhlt = hdev->nhlt; in check_nhlt_ssp_mask() 576 if (!nhlt) in check_nhlt_ssp_mask() 595 nhlt = hdev->nhlt; in check_nhlt_ssp_mclk_mask() 596 if (!nhlt) in check_nhlt_ssp_mclk_mask() 943 struct nhlt_acpi_table *nhlt = hda->nhlt; in hda_dsp_remove() local 945 if (nhlt) in hda_dsp_remove() [all …]
|
| H A D | hda-dai.c | 754 ipc4_data->nhlt = intel_nhlt_init(sdev->dev); in hda_set_dai_drv_ops() 765 intel_nhlt_free(ipc4_data->nhlt); in hda_ops_free()
|
| H A D | hda.h | 548 struct nhlt_acpi_table *nhlt; member
|
| /linux-6.15/sound/soc/sof/ |
| H A D | ipc4-priv.h | 82 void *nhlt; member
|
| H A D | ipc4-topology.c | 1584 dev_type = intel_nhlt_ssp_device_type(sdev->dev, ipc4_data->nhlt, in snd_sof_get_nhlt_endpoint_data() 1597 cfg = intel_nhlt_get_endpoint_blob(sdev->dev, ipc4_data->nhlt, dai_index, nhlt_type, in snd_sof_get_nhlt_endpoint_data() 1625 cfg = intel_nhlt_get_endpoint_blob(sdev->dev, ipc4_data->nhlt, in snd_sof_get_nhlt_endpoint_data() 3349 if (ipc4_data->nhlt) in sof_ipc4_parse_manifest() 3351 ipc4_data->nhlt = devm_kmemdup(sdev->dev, manifest_tlv->data, in sof_ipc4_parse_manifest() 3353 if (!ipc4_data->nhlt) in sof_ipc4_parse_manifest()
|
| /linux-6.15/drivers/acpi/ |
| H A D | Makefile | 95 obj-$(CONFIG_ACPI_NHLT) += nhlt.o
|