Searched refs:PCM_PLAYBACK (Results 1 – 13 of 13) sorted by relevance
/hardware/qcom/audio/hal/audio_extn/ |
D | utils.c | 50 if (stream_type == PCM_PLAYBACK) { in set_stream_app_type_mixer_ctrl() 94 rc = platform_get_default_app_type_v2(platform, PCM_PLAYBACK, &app_type); in audio_extn_utils_send_default_app_type_cfg() 142 pcm_device_id = platform_get_pcm_device_id(usecase->id, PCM_PLAYBACK); in audio_extn_utils_send_app_type_cfg_hfp() 154 rc = platform_get_default_app_type_v2(adev->platform, PCM_PLAYBACK, &app_type); in audio_extn_utils_send_app_type_cfg_hfp() 161 PCM_PLAYBACK, in audio_extn_utils_send_app_type_cfg_hfp() 195 rc = platform_get_default_app_type_v2(adev->platform, PCM_PLAYBACK, &app_type); 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() [all …]
|
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()
|
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()
|
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()
|
D | hfp.c | 273 pcm_dev_rx_id = platform_get_pcm_device_id(uc_info->id, PCM_PLAYBACK); in start_hfp()
|
D | a2dp.c | 1590 if (uc_info->type == PCM_PLAYBACK && in audio_extn_a2dp_set_parameters() 1647 if (uc_info->type == PCM_PLAYBACK && in audio_extn_a2dp_set_parameters()
|
D | maxxaudio.c | 245 if ((usecase->type == PCM_PLAYBACK) && in valid_usecase()
|
/hardware/qcom/audio/hal/ |
D | audio_hw.h | 326 PCM_PLAYBACK, enumerator
|
D | audio_hw.c | 382 PCM_PLAYBACK : PCM_CAPTURE); in may_use_noirq_mode() 1243 if (usecase->type != PCM_PLAYBACK && in check_and_route_capture_usecases() 1650 if (usecase->type == PCM_PLAYBACK) { in select_devices_with_force_switch() 2250 if (usecase->type == PCM_PLAYBACK && in check_and_set_hdmi_channels() 2262 if (usecase->type == PCM_PLAYBACK && in check_and_set_hdmi_channels() 2287 if (usecase->type == PCM_PLAYBACK && in check_and_set_usb_service_interval() 2475 out->pcm_device_id = platform_get_pcm_device_id(out->usecase, PCM_PLAYBACK); in start_output_stream() 2485 uc_info->type = PCM_PLAYBACK; in start_output_stream() 3311 PCM_PLAYBACK); in set_compr_volume() 3967 out->pcm_device_id = platform_get_pcm_device_id(out->usecase, PCM_PLAYBACK); in out_create_mmap_buffer() [all …]
|
D | voice.c | 180 pcm_dev_rx_id = platform_get_pcm_device_id(uc_info->id, PCM_PLAYBACK); in voice_start_usecase()
|
/hardware/qcom/audio/hal/msm8960/ |
D | platform.c | 420 if (device_type == PCM_PLAYBACK) in platform_get_pcm_device_id() 1213 if (usecase->type == PCM_PLAYBACK && in platform_set_swap_channels()
|
/hardware/qcom/audio/hal/msm8974/ |
D | platform.c | 722 {TO_NAME_INDEX(PCM_PLAYBACK)}, 1075 valid_uc_type = usecase->type == PCM_PLAYBACK; in platform_send_gain_dep_cal() 2153 if (device_type == PCM_PLAYBACK) in platform_get_pcm_device_id() 4024 if (usecase->type == PCM_PLAYBACK && in platform_set_swap_channels() 4386 if (uc->type == PCM_PLAYBACK && out && usecase != uc) { in pick_playback_cfg_for_uc() 4821 if (type == PCM_PLAYBACK) in platform_get_default_app_type_v2()
|
/hardware/qcom/audio/hal/msm8916/ |
D | platform.c | 1399 if (device_type == PCM_PLAYBACK) in platform_get_pcm_device_id() 1604 } else if (type == PCM_PLAYBACK) { 2749 if (usecase->type == PCM_PLAYBACK &&
|