Home
last modified time | relevance | path

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

/aosp12/hardware/qcom/audio/hal/
H A Dplatform_api.h63 const char *platform_get_snd_device_name(snd_device_t snd_device);
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,
99 snd_device_t snd_device,
105 snd_device_t platform_get_input_snd_device(void *platform,
158 int platform_can_split_snd_device(snd_device_t in_snd_device,
160 snd_device_t *out_snd_devices);
162 bool platform_check_backends_match(snd_device_t snd_device1, snd_device_t snd_device2);
186 snd_device_t out_snd_device,
[all …]
H A Daudio_hw.h345 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);
H A Dvoice.h43 typedef int snd_device_t; typedef
95 snd_device_t out_snd_device,
H A Daudio_hw.c635 static bool is_btsco_device(snd_device_t out_snd_device, snd_device_t in_snd_device) in is_btsco_device()
654 snd_device_t snd_device; in enable_audio_route()
715 snd_device_t snd_device; in disable_audio_route()
749 snd_device_t snd_device) in enable_snd_device()
752 snd_device_t new_snd_devices[2]; in enable_snd_device()
828 snd_device_t new_snd_devices[2]; in disable_snd_device()
1095 snd_device_t d1 = uc->out_snd_device; in derive_playback_snd_device()
1096 snd_device_t d2 = new_snd_device; in derive_playback_snd_device()
1100 snd_device_t d3[2]; in derive_playback_snd_device()
1201 snd_device_t d_device; in check_and_route_playback_usecases()
[all …]
H A Dvoice.c56 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()
H A Dplatform_info.c122 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()
/aosp12/hardware/qcom/audio/hal/msm8974/
H A 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 …]
H A Dplatform.c768 static bool is_usb_snd_dev(snd_device_t snd_device) in is_usb_snd_dev()
1133 snd_device_t snd_device = SND_DEVICE_NONE; in platform_set_echo_reference()
2133 bool platform_check_backends_match(snd_device_t snd_device1, snd_device_t snd_device2) in platform_check_backends_match()
2912 snd_device_t snd_device = SND_DEVICE_NONE; in platform_get_output_snd_device()
3115 snd_device_t snd_device = SND_DEVICE_NONE; in get_snd_device_for_voice_comm()
3158 snd_device_t snd_device = SND_DEVICE_NONE; in get_snd_device_for_voice_comm()
3233 snd_device_t snd_device = SND_DEVICE_NONE; in platform_get_input_snd_device()
4211 snd_device_t snd_device, in platform_set_backend_cfg()
4393 snd_device_t out_snd_device = SND_DEVICE_NONE; in platform_get_voice_call_backend()
4960 snd_device_t out_snd_device, in platform_set_sidetone()
[all …]
/aosp12/hardware/qcom/audio/hal/msm8960/
H A Dplatform.c411 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()
665 snd_device_t snd_device = SND_DEVICE_NONE; in platform_get_output_snd_device()
762 snd_device_t platform_get_input_snd_device(void *platform, in platform_get_input_snd_device()
769 snd_device_t snd_device = SND_DEVICE_NONE; in platform_get_input_snd_device()
1163 int platform_set_snd_device_backend(snd_device_t device __unused, in platform_set_snd_device_backend()
1348 snd_device_t snd_device, in platform_get_snd_device_name_extn()
1419 snd_device_t out_snd_device, in platform_set_sidetone()
1451 bool platform_snd_device_has_speaker(snd_device_t dev __unused) { in platform_snd_device_has_speaker()
[all …]
/aosp12/hardware/qcom/audio/hal/msm8916/
H A Dhw_info.c36 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()
H A Dplatform.c716 snd_device_t snd_device = SND_DEVICE_NONE; in platform_set_echo_reference()
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()
1479 int platform_get_effect_config_data(snd_device_t snd_device, in platform_get_effect_config_data()
1880 int platform_can_split_snd_device(snd_device_t snd_device,
1916 snd_device_t snd_device = SND_DEVICE_NONE;
2057 snd_device_t snd_device = SND_DEVICE_NONE;
2098 snd_device_t snd_device = SND_DEVICE_NONE;
2183 snd_device_t platform_get_input_snd_device(void *platform,
2190 snd_device_t snd_device = SND_DEVICE_NONE;
[all …]
/aosp12/hardware/qcom/audio/hal/audio_extn/
H A 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_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,
H A Dtfa_98xx.h22 void audio_extn_tfa_98xx_disable_speaker(snd_device_t snd_device);
H A Ddsm_feedback.c90 snd_device_t snd_device, in audio_extn_dsm_feedback_enable()
H A Dcirrus_playback.c801 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()
H A Dspkr_protection.c788 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()
H A Dtfa_98xx.c298 void audio_extn_tfa_98xx_disable_speaker(snd_device_t snd_device) in audio_extn_tfa_98xx_disable_speaker()
H A Dsoundtrigger.c359 void audio_extn_sound_trigger_update_device_status(snd_device_t snd_device, in audio_extn_sound_trigger_update_device_status()
H A Dutils.c42 snd_device_t snd_device) in set_stream_app_type_mixer_ctrl()