Home
last modified time | relevance | path

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

/hardware/qcom/audio/hal/audio_extn/
Dhfp.c52 struct pcm *hfp_pcm_tx; member
65 .hfp_pcm_tx = NULL,
323 hfpmod.hfp_pcm_tx = pcm_open(adev->snd_card, in start_hfp()
326 if (hfpmod.hfp_pcm_tx && !pcm_is_ready(hfpmod.hfp_pcm_tx)) { in start_hfp()
327 ALOGE("%s: %s", __func__, pcm_get_error(hfpmod.hfp_pcm_tx)); in start_hfp()
336 pcm_start(hfpmod.hfp_pcm_tx); in start_hfp()
378 if (hfpmod.hfp_pcm_tx) { in stop_hfp()
379 pcm_close(hfpmod.hfp_pcm_tx); in stop_hfp()
380 hfpmod.hfp_pcm_tx = NULL; in stop_hfp()