Home
last modified time | relevance | path

Searched refs:intel_nhlt_ssp_endpoint_mask (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/include/sound/
Dintel-nhlt.h137 int intel_nhlt_ssp_endpoint_mask(struct nhlt_acpi_table *nhlt, u8 device_type);
169 static inline int intel_nhlt_ssp_endpoint_mask(struct nhlt_acpi_table *nhlt, u8 device_type) in intel_nhlt_ssp_endpoint_mask() function
/Linux-v6.6/sound/hda/
Dintel-nhlt.c138 int intel_nhlt_ssp_endpoint_mask(struct nhlt_acpi_table *nhlt, u8 device_type) in intel_nhlt_ssp_endpoint_mask() function
158 EXPORT_SYMBOL(intel_nhlt_ssp_endpoint_mask);
/Linux-v6.6/sound/soc/sof/intel/
Dhda.c899 ssp_mask = intel_nhlt_ssp_endpoint_mask(nhlt, NHLT_DEVICE_I2S); in check_nhlt_ssp_mask()