Home
last modified time | relevance | path

Searched refs:snd_devices (Results 1 – 2 of 2) sorted by relevance

/hardware/qcom/audio/hal/msm8974/
Dhw_info.c33 snd_device_t *snd_devices; member
75 hw_info->snd_devices = (snd_device_t *)tasha_fluid_variant_devices; in update_hardware_info_8996()
78 hw_info->snd_devices = (snd_device_t *)tasha_liquid_variant_devices; in update_hardware_info_8996()
81 hw_info->snd_devices = (snd_device_t *)tasha_db_variant_devices; in update_hardware_info_8996()
110 hw_info->snd_devices = NULL; in hw_info_init()
136 snd_device_t *snd_devices = in hw_info_append_hw_type() local
137 (snd_device_t *) my_data->snd_devices; in hw_info_append_hw_type()
139 if (snd_devices != NULL) { in hw_info_append_hw_type()
141 if (snd_device == (snd_device_t)snd_devices[i]) { in hw_info_append_hw_type()
143 (snd_device_t)snd_devices[i], device_name, my_data->dev_extn); in hw_info_append_hw_type()
/hardware/qcom/audio/hal/msm8916/
Dhw_info.c36 snd_device_t *snd_devices; member
79 hw_info->snd_devices = NULL; in hw_info_init()
110 snd_device_t *snd_devices = in hw_info_append_hw_type() local
111 (snd_device_t *) my_data->snd_devices; in hw_info_append_hw_type()
113 if(snd_devices != NULL) { in hw_info_append_hw_type()
115 if (snd_device == (snd_device_t)snd_devices[i]) { in hw_info_append_hw_type()
117 (snd_device_t)snd_devices[i], my_data->dev_extn); in hw_info_append_hw_type()