Searched refs:hfp_sco_tx (Results 1 – 1 of 1) sorted by relevance
50 struct pcm *hfp_sco_tx; member63 .hfp_sco_tx = NULL,311 hfpmod.hfp_sco_tx = pcm_open(adev->snd_card, in start_hfp()314 if (hfpmod.hfp_sco_tx && !pcm_is_ready(hfpmod.hfp_sco_tx)) { in start_hfp()315 ALOGE("%s: %s", __func__, pcm_get_error(hfpmod.hfp_sco_tx)); in start_hfp()333 pcm_start(hfpmod.hfp_sco_tx); in start_hfp()370 if (hfpmod.hfp_sco_tx) { in stop_hfp()371 pcm_close(hfpmod.hfp_sco_tx); in stop_hfp()372 hfpmod.hfp_sco_tx = NULL; in stop_hfp()