Searched refs:device_type (Results 1 – 11 of 11) sorted by relevance
138 int intel_nhlt_ssp_endpoint_mask(struct nhlt_acpi_table *nhlt, u8 device_type) in intel_nhlt_ssp_endpoint_mask() argument144 if (!nhlt || (device_type != NHLT_DEVICE_BT && device_type != NHLT_DEVICE_I2S)) in intel_nhlt_ssp_endpoint_mask()149 if (epnt->linktype == NHLT_LINK_SSP && epnt->device_type == device_type) { in intel_nhlt_ssp_endpoint_mask()187 epnt->device_type == NHLT_DEVICE_I2S && in intel_nhlt_ssp_mclk_mask()277 epnt->direction, epnt->device_type); in nhlt_check_ep_match()286 epnt->device_type == dev_type; in nhlt_check_ep_match()365 epnt->device_type); in intel_nhlt_ssp_device_type()366 return epnt->device_type; in intel_nhlt_ssp_device_type()381 epnt->direction, epnt->device_type); in intel_nhlt_ssp_device_type()
339 unsigned int device_type; member921 switch (chip->device_type) { in snd_intel8x0_setup_pcm_out()1582 switch (chip->device_type) { in snd_intel8x0_pcm()2137 switch (chip->device_type) { in snd_intel8x0_mixer()2862 unsigned long device_type) in snd_intel8x0_init() argument2906 chip->device_type = device_type; in snd_intel8x0_init()2933 if (device_type == DEVICE_ALI) { in snd_intel8x0_init()2950 switch (device_type) { in snd_intel8x0_init()2966 if (device_type == DEVICE_SIS) { in snd_intel8x0_init()2974 if (device_type == DEVICE_ALI) in snd_intel8x0_init()[all …]
164 unsigned int device_type; member729 switch (chip->device_type) { in snd_intel8x0m_pcm()830 if (chip->device_type != DEVICE_ALI) in snd_intel8x0m_mixer()917 if (chip->device_type == DEVICE_SIS) { in snd_intel8x0m_ich_chip_init()1014 if (chip->device_type == DEVICE_ALI) in snd_intel8x0m_proc_read()1040 unsigned long device_type) in snd_intel8x0m_init() argument1058 chip->device_type = device_type; in snd_intel8x0m_init()1067 if (device_type == DEVICE_ALI) { in snd_intel8x0m_init()1090 if (device_type == DEVICE_SIS) { in snd_intel8x0m_init()1098 if (device_type == DEVICE_ALI) in snd_intel8x0m_init()[all …]
2325 unsigned long device_type) in snd_azf3328_create() argument
85 u8 device_type; member
201 str_params->device_type = map[index].device_id; in sst_fill_stream_params()214 str_params->device_type = map[index].device_id; in sst_fill_stream_params()
393 u8 device_type; member
572 static int check_nhlt_ssp_mask(struct snd_sof_dev *sdev, u8 device_type) in check_nhlt_ssp_mask() argument583 ssp_mask = intel_nhlt_ssp_endpoint_mask(nhlt, device_type); in check_nhlt_ssp_mask()586 device_type == NHLT_DEVICE_BT ? "BT" : "I2S", in check_nhlt_ssp_mask()587 device_type, ssp_mask); in check_nhlt_ssp_mask()
305 static const struct device_type ac97_adapter_type = {
72 sst_drv_ctx->streams[str_id].pipe_id = str_params->device_type; in sst_alloc_stream_mrfld()
609 static const struct device_type pcm_dev_type = {
Completed in 48 milliseconds