Searched refs:PCM_PLAYBACK (Results 1 – 13 of 13) sorted by relevance
/aosp12/hardware/qcom/audio/hal/audio_extn/ |
H A D | utils.c | 50 if (stream_type == PCM_PLAYBACK) { in set_stream_app_type_mixer_ctrl() 161 PCM_PLAYBACK, in audio_extn_utils_send_app_type_cfg_hfp() 199 PCM_PLAYBACK, SND_DEVICE_NONE); in audio_extn_utils_send_app_type_cfg_hfp() 293 PCM_PLAYBACK, in derive_playback_app_type_cfg() 301 PCM_PLAYBACK, in derive_playback_app_type_cfg() 309 PCM_PLAYBACK, in derive_playback_app_type_cfg() 316 PCM_PLAYBACK, in derive_playback_app_type_cfg() 337 if (usecase->type == PCM_PLAYBACK) { in derive_acdb_dev_id() 367 if (usecase->type == PCM_PLAYBACK) { in audio_extn_utils_send_app_type_cfg() 388 if (usecase->type == PCM_PLAYBACK) { in audio_extn_utils_send_app_type_cfg() [all …]
|
H A D | soundtrigger.c | 186 case PCM_PLAYBACK: in populate_usecase() 369 device_type = PCM_PLAYBACK; in audio_extn_sound_trigger_update_device_status() 417 (uc_info->type == PCM_PLAYBACK && in audio_extn_sound_trigger_update_stream_status()
|
H A D | cirrus_playback.c | 484 uc_info_rx->type = PCM_PLAYBACK; in audio_extn_cirrus_calibration_thread() 492 pcm_dev_rx_id = platform_get_pcm_device_id(uc_info_rx->id, PCM_PLAYBACK); in audio_extn_cirrus_calibration_thread()
|
H A D | spkr_protection.c | 338 uc_info_rx->type = PCM_PLAYBACK; in spkr_calibrate() 347 pcm_dev_rx_id = platform_get_pcm_device_id(uc_info_rx->id, PCM_PLAYBACK); in spkr_calibrate()
|
H A D | hfp.c | 273 pcm_dev_rx_id = platform_get_pcm_device_id(uc_info->id, PCM_PLAYBACK); in start_hfp()
|
H A D | a2dp.c | 1591 if (uc_info->type == PCM_PLAYBACK && in audio_extn_a2dp_set_parameters() 1648 if (uc_info->type == PCM_PLAYBACK && in audio_extn_a2dp_set_parameters()
|
H A D | maxxaudio.c | 246 if ((usecase->type == PCM_PLAYBACK) && in valid_usecase()
|
/aosp12/hardware/qcom/audio/hal/ |
H A D | audio_hw.h | 328 PCM_PLAYBACK, enumerator
|
H A D | audio_hw.c | 385 PCM_PLAYBACK : PCM_CAPTURE); in may_use_noirq_mode() 1256 if (usecase->type != PCM_PLAYBACK && in check_and_route_capture_usecases() 1663 if (usecase->type == PCM_PLAYBACK) { in select_devices_with_force_switch() 2263 if (usecase->type == PCM_PLAYBACK && in check_and_set_hdmi_channels() 2275 if (usecase->type == PCM_PLAYBACK && in check_and_set_hdmi_channels() 2300 if (usecase->type == PCM_PLAYBACK && in check_and_set_usb_service_interval() 2495 uc_info->type = PCM_PLAYBACK; in start_output_stream() 3356 PCM_PLAYBACK); in out_set_compr_volume() 4673 if (usecase->type == PCM_PLAYBACK) in add_remove_audio_effect() 5744 if ((usecase->type == PCM_PLAYBACK) && in adev_set_parameters() [all …]
|
H A D | voice.c | 180 pcm_dev_rx_id = platform_get_pcm_device_id(uc_info->id, PCM_PLAYBACK); in voice_start_usecase()
|
/aosp12/hardware/qcom/audio/hal/msm8960/ |
H A D | platform.c | 438 if (device_type == PCM_PLAYBACK) in platform_get_pcm_device_id() 1304 if (usecase->type == PCM_PLAYBACK && in platform_set_swap_channels()
|
/aosp12/hardware/qcom/audio/hal/msm8974/ |
H A D | platform.c | 723 {TO_NAME_INDEX(PCM_PLAYBACK)}, 1094 valid_uc_type = usecase->type == PCM_PLAYBACK; in platform_send_gain_dep_cal() 2172 if (device_type == PCM_PLAYBACK) in platform_get_pcm_device_id() 4121 if (usecase->type == PCM_PLAYBACK && in platform_set_swap_channels() 4483 if (uc->type == PCM_PLAYBACK && out && usecase != uc) { in pick_playback_cfg_for_uc() 4918 if (type == PCM_PLAYBACK) in platform_get_default_app_type_v2()
|
/aosp12/hardware/qcom/audio/hal/msm8916/ |
H A D | platform.c | 1417 if (device_type == PCM_PLAYBACK) in platform_get_pcm_device_id() 1627 } else if (type == PCM_PLAYBACK) { 2840 if (usecase->type == PCM_PLAYBACK &&
|