Searched refs:snd_device_t (Results 1 – 17 of 17) sorted by relevance
/hardware/qcom/audio/hal/ |
D | platform_api.h | 63 const char *platform_get_snd_device_name(snd_device_t snd_device); 64 int platform_get_snd_device_name_extn(void *platform, snd_device_t snd_device, 67 snd_device_t snd_device); 71 int platform_set_snd_device_acdb_id(snd_device_t snd_device, unsigned int acdb_id); 72 int platform_get_snd_device_acdb_id(snd_device_t snd_device); 73 int platform_set_effect_config_data(snd_device_t snd_device, 76 int platform_get_effect_config_data(snd_device_t snd_device, 79 int platform_send_audio_calibration(void *platform, snd_device_t snd_device); 86 snd_device_t out_snd_device, 87 snd_device_t in_snd_device); [all …]
|
D | audio_hw.h | 345 snd_device_t out_snd_device; 346 snd_device_t in_snd_device; 431 snd_device_t last_logged_snd_device[AUDIO_USECASE_MAX][2]; /* [out, in] */ 444 snd_device_t snd_device); 447 snd_device_t snd_device);
|
D | voice.h | 43 typedef int snd_device_t; typedef 95 snd_device_t out_snd_device,
|
D | voice.c | 56 static bool voice_is_sidetone_device(snd_device_t out_device, in voice_is_sidetone_device() 87 snd_device_t out_snd_device, bool enable) in voice_set_sidetone()
|
D | platform_info.c | 122 static snd_device_t in_snd_device; 465 snd_device_t snd_device = SND_DEVICE_NONE; in process_operator_specific() 502 snd_device_t snd_device = SND_DEVICE_NONE; in process_external_dev()
|
/hardware/qcom/audio/hal/msm8974/ |
D | hw_info.c | 33 snd_device_t *snd_devices; 39 static const snd_device_t tasha_db_variant_devices[] = { 43 static const snd_device_t tasha_fluid_variant_devices[] = { 52 static const snd_device_t tasha_liquid_variant_devices[] = { 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() 127 void hw_info_append_hw_type(void *hw_info, snd_device_t snd_device, in hw_info_append_hw_type() 136 snd_device_t *snd_devices = in hw_info_append_hw_type() 137 (snd_device_t *) my_data->snd_devices; in hw_info_append_hw_type() [all …]
|
D | platform.c | 768 static bool is_usb_snd_dev(snd_device_t snd_device) in is_usb_snd_dev() 844 static struct operator_specific_device *get_operator_specific_device(snd_device_t snd_device) in get_operator_specific_device() 866 static int get_operator_specific_device_acdb_id(snd_device_t snd_device) in get_operator_specific_device_acdb_id() 878 static int get_external_specific_device_acdb_id(snd_device_t snd_device) in get_external_specific_device_acdb_id() 902 static const char *get_operator_specific_device_mixer_path(snd_device_t snd_device) in get_operator_specific_device_mixer_path() 1133 snd_device_t snd_device = SND_DEVICE_NONE; in platform_set_echo_reference() 2079 const char *platform_get_snd_device_name(snd_device_t snd_device) in platform_get_snd_device_name() 2090 int platform_get_snd_device_name_extn(void *platform, snd_device_t snd_device, in platform_get_snd_device_name_extn() 2116 snd_device_t snd_device) in platform_add_backend_name() 2133 bool platform_check_backends_match(snd_device_t snd_device1, snd_device_t snd_device2) in platform_check_backends_match() [all …]
|
/hardware/qcom/audio/hal/msm8916/ |
D | hw_info.c | 36 snd_device_t *snd_devices; 101 void hw_info_append_hw_type(void *hw_info, snd_device_t snd_device, in hw_info_append_hw_type() 110 snd_device_t *snd_devices = in hw_info_append_hw_type() 111 (snd_device_t *) my_data->snd_devices; 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()
|
D | platform.c | 662 static struct operator_specific_device *get_operator_specific_device(snd_device_t snd_device) in get_operator_specific_device() 683 static int get_operator_specific_device_acdb_id(snd_device_t snd_device) in get_operator_specific_device_acdb_id() 695 static const char *get_operator_specific_device_mixer_path(snd_device_t snd_device) in get_operator_specific_device_mixer_path() 716 snd_device_t snd_device = SND_DEVICE_NONE; in platform_set_echo_reference() 1299 const char *platform_get_snd_device_name(snd_device_t snd_device) in platform_get_snd_device_name() 1310 int platform_get_snd_device_name_extn(void *platform, snd_device_t snd_device, in platform_get_snd_device_name_extn() 1337 snd_device_t snd_device __unused) in platform_check_and_set_playback_backend_cfg() 1344 snd_device_t snd_device __unused) in platform_check_and_set_capture_backend_cfg() 1361 snd_device_t snd_device) in platform_add_backend_name() 1379 bool platform_check_backends_match(snd_device_t snd_device1, snd_device_t snd_device2) in platform_check_backends_match() [all …]
|
/hardware/qcom/audio/hal/msm8960/ |
D | platform.c | 411 const char *platform_get_snd_device_name(snd_device_t snd_device) in platform_get_snd_device_name() 420 snd_device_t snd_device) in platform_add_backend_name() 455 int platform_set_snd_device_acdb_id(snd_device_t snd_device __unused, in platform_set_snd_device_acdb_id() 468 int platform_get_snd_device_acdb_id(snd_device_t snd_device __unused) in platform_get_snd_device_acdb_id() 474 void platform_add_external_specific_device(snd_device_t snd_device __unused, in platform_add_external_specific_device() 481 void platform_add_operator_specific_device(snd_device_t snd_device __unused, in platform_add_operator_specific_device() 488 int platform_send_audio_calibration(void *platform, snd_device_t snd_device) in platform_send_audio_calibration() 534 snd_device_t out_snd_device, in platform_switch_voice_call_device_post() 535 snd_device_t in_snd_device) in platform_switch_voice_call_device_post() 606 snd_device_t snd_device __unused, in platform_set_speaker_gain_in_combo() [all …]
|
/hardware/qcom/audio/hal/audio_extn/ |
D | audio_extn.h | 48 int audio_extn_spkr_prot_start_processing(snd_device_t snd_device); 49 void audio_extn_spkr_prot_stop_processing(snd_device_t snd_device); 51 int audio_extn_get_spkr_prot_snd_device(snd_device_t snd_device); 139 void audio_extn_sound_trigger_update_device_status(snd_device_t snd_device, 182 snd_device_t snd_device, 218 void hw_info_append_hw_type(void *hw_info, snd_device_t snd_device,
|
D | tfa_98xx.h | 22 void audio_extn_tfa_98xx_disable_speaker(snd_device_t snd_device);
|
D | dsm_feedback.c | 90 snd_device_t snd_device, in audio_extn_dsm_feedback_enable()
|
D | cirrus_playback.c | 801 int audio_extn_spkr_prot_start_processing(snd_device_t snd_device) { in audio_extn_spkr_prot_start_processing() 889 void audio_extn_spkr_prot_stop_processing(snd_device_t snd_device) { in audio_extn_spkr_prot_stop_processing() 925 int audio_extn_get_spkr_prot_snd_device(snd_device_t snd_device) { in audio_extn_get_spkr_prot_snd_device()
|
D | spkr_protection.c | 788 int audio_extn_get_spkr_prot_snd_device(snd_device_t snd_device) in audio_extn_get_spkr_prot_snd_device() 803 int audio_extn_spkr_prot_start_processing(snd_device_t snd_device) in audio_extn_spkr_prot_start_processing() 889 void audio_extn_spkr_prot_stop_processing(snd_device_t snd_device) in audio_extn_spkr_prot_stop_processing()
|
D | tfa_98xx.c | 298 void audio_extn_tfa_98xx_disable_speaker(snd_device_t snd_device) in audio_extn_tfa_98xx_disable_speaker()
|
D | utils.c | 42 snd_device_t snd_device) in set_stream_app_type_mixer_ctrl()
|