Home
last modified time | relevance | path

Searched refs:snd_device_t (Results 1 – 17 of 17) sorted by relevance

/hardware/qcom/audio/hal/
Dplatform_api.h42 const char *platform_get_snd_device_name(snd_device_t snd_device);
43 int platform_get_snd_device_name_extn(void *platform, snd_device_t snd_device,
46 snd_device_t snd_device);
50 int platform_set_snd_device_acdb_id(snd_device_t snd_device, unsigned int acdb_id);
51 int platform_get_snd_device_acdb_id(snd_device_t snd_device);
52 int platform_send_audio_calibration(void *platform, snd_device_t snd_device);
56 snd_device_t out_snd_device,
57 snd_device_t in_snd_device);
59 snd_device_t out_snd_device,
60 snd_device_t in_snd_device);
[all …]
Daudio_hw.h259 snd_device_t out_snd_device;
260 snd_device_t in_snd_device;
336 snd_device_t last_logged_snd_device[AUDIO_USECASE_MAX][2]; /* [out, in] */
346 snd_device_t snd_device);
349 snd_device_t snd_device);
Dvoice.h43 typedef int snd_device_t; typedef
95 snd_device_t out_snd_device,
Daudio_hw.c512 snd_device_t snd_device; in enable_audio_route()
538 snd_device_t snd_device; in disable_audio_route()
559 snd_device_t snd_device) in enable_snd_device()
562 snd_device_t new_snd_devices[2]; in enable_snd_device()
623 snd_device_t snd_device) in disable_snd_device()
626 snd_device_t new_snd_devices[2]; in disable_snd_device()
730 static snd_device_t derive_playback_snd_device(struct audio_usecase *uc, in derive_playback_snd_device()
732 snd_device_t new_snd_device) in derive_playback_snd_device()
737 snd_device_t d1 = uc->out_snd_device; in derive_playback_snd_device()
738 snd_device_t d2 = new_snd_device; in derive_playback_snd_device()
[all …]
Dvoice.c56 static bool voice_is_sidetone_device(snd_device_t out_device, in voice_is_sidetone_device()
80 snd_device_t out_snd_device, bool enable) in voice_set_sidetone()
Dplatform_info.c256 snd_device_t snd_device = SND_DEVICE_NONE; in process_operator_specific()
/hardware/qcom/audio/hal/msm8974/
Dhw_info.c33 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 …]
Dplatform.c624 static struct operator_specific_device *get_operator_specific_device(snd_device_t snd_device) in get_operator_specific_device()
646 static int get_operator_specific_device_acdb_id(snd_device_t snd_device) in get_operator_specific_device_acdb_id()
658 static const char *get_operator_specific_device_mixer_path(snd_device_t snd_device) in get_operator_specific_device_mixer_path()
727 snd_device_t snd_device = SND_DEVICE_NONE; in platform_set_echo_reference()
1493 const char *platform_get_snd_device_name(snd_device_t snd_device) in platform_get_snd_device_name()
1504 int platform_get_snd_device_name_extn(void *platform, snd_device_t snd_device, in platform_get_snd_device_name_extn()
1529 snd_device_t snd_device) in platform_add_backend_name()
1546 bool platform_check_backends_match(snd_device_t snd_device1, snd_device_t snd_device2) in platform_check_backends_match()
1627 void platform_add_operator_specific_device(snd_device_t snd_device, in platform_add_operator_specific_device()
1653 int platform_set_snd_device_acdb_id(snd_device_t snd_device, unsigned int acdb_id) in platform_set_snd_device_acdb_id()
[all …]
/hardware/qcom/audio/hal/msm8916/
Dhw_info.c36 snd_device_t *snd_devices;
98 void hw_info_append_hw_type(void *hw_info, snd_device_t snd_device, in hw_info_append_hw_type()
107 snd_device_t *snd_devices = in hw_info_append_hw_type()
108 (snd_device_t *) my_data->snd_devices; in hw_info_append_hw_type()
112 if (snd_device == (snd_device_t)snd_devices[i]) { in hw_info_append_hw_type()
114 (snd_device_t)snd_devices[i], my_data->dev_extn); in hw_info_append_hw_type()
Dplatform.c567 static struct operator_specific_device *get_operator_specific_device(snd_device_t snd_device) in get_operator_specific_device()
588 static int get_operator_specific_device_acdb_id(snd_device_t snd_device) in get_operator_specific_device_acdb_id()
600 static const char *get_operator_specific_device_mixer_path(snd_device_t snd_device) in get_operator_specific_device_mixer_path()
621 snd_device_t snd_device = SND_DEVICE_NONE; in platform_set_echo_reference()
1061 const char *platform_get_snd_device_name(snd_device_t snd_device) in platform_get_snd_device_name()
1072 int platform_get_snd_device_name_extn(void *platform, snd_device_t snd_device, in platform_get_snd_device_name_extn()
1099 snd_device_t snd_device __unused) in platform_check_and_set_playback_backend_cfg()
1106 snd_device_t snd_device __unused) in platform_check_and_set_capture_backend_cfg()
1123 snd_device_t snd_device) in platform_add_backend_name()
1141 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/audio_extn/
Daudio_extn.h48 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_spkr_prot_get_acdb_id(snd_device_t snd_device);
52 int audio_extn_get_spkr_prot_snd_device(snd_device_t snd_device);
119 void audio_extn_sound_trigger_update_device_status(snd_device_t snd_device,
133 snd_device_t snd_device,
164 void hw_info_append_hw_type(void *hw_info, snd_device_t snd_device,
Dtfa_98xx.h22 void audio_extn_tfa_98xx_disable_speaker(snd_device_t snd_device);
Ddsm_feedback.c90 snd_device_t snd_device, in audio_extn_dsm_feedback_enable()
Dspkr_protection.c769 int audio_extn_spkr_prot_get_acdb_id(snd_device_t snd_device) in audio_extn_spkr_prot_get_acdb_id()
787 int audio_extn_get_spkr_prot_snd_device(snd_device_t snd_device) in audio_extn_get_spkr_prot_snd_device()
802 int audio_extn_spkr_prot_start_processing(snd_device_t snd_device) in audio_extn_spkr_prot_start_processing()
874 void audio_extn_spkr_prot_stop_processing(snd_device_t snd_device) in audio_extn_spkr_prot_stop_processing()
Dsoundtrigger.c209 void audio_extn_sound_trigger_update_device_status(snd_device_t snd_device, in audio_extn_sound_trigger_update_device_status()
Dtfa_98xx.c298 void audio_extn_tfa_98xx_disable_speaker(snd_device_t snd_device) in audio_extn_tfa_98xx_disable_speaker()
/hardware/qcom/audio/hal/msm8960/
Dplatform.c379 const char *platform_get_snd_device_name(snd_device_t snd_device) in platform_get_snd_device_name()
388 snd_device_t snd_device) in platform_add_backend_name()
418 int platform_set_snd_device_acdb_id(snd_device_t snd_device __unused, in platform_set_snd_device_acdb_id()
431 int platform_get_snd_device_acdb_id(snd_device_t snd_device __unused) in platform_get_snd_device_acdb_id()
437 void platform_add_operator_specific_device(snd_device_t snd_device __unused, in platform_add_operator_specific_device()
444 int platform_send_audio_calibration(void *platform, snd_device_t snd_device) in platform_send_audio_calibration()
490 snd_device_t out_snd_device, in platform_switch_voice_call_device_post()
491 snd_device_t in_snd_device) in platform_switch_voice_call_device_post()
562 snd_device_t snd_device __unused, in platform_set_speaker_gain_in_combo()
616 snd_device_t platform_get_output_snd_device(void *platform, audio_devices_t devices) in platform_get_output_snd_device()
[all …]