Home
last modified time | relevance | path

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

/hardware/qcom/audio/hal/voice_extn/
Dvoice_extn.c161 enum voice_lch_mode lch_mode; in update_calls() local
197 lch_mode = VOICE_LCH_STOP; in update_calls()
198 if (pcm_ioctl(session->pcm_tx, SNDRV_VOICE_IOCTL_LCH, &lch_mode) < 0) { in update_calls()
245 lch_mode = VOICE_LCH_STOP; in update_calls()
246 if (pcm_ioctl(session->pcm_tx, SNDRV_VOICE_IOCTL_LCH, &lch_mode) < 0) { in update_calls()
267 lch_mode = VOICE_LCH_START; in update_calls()
268 if (pcm_ioctl(session->pcm_tx, SNDRV_VOICE_IOCTL_LCH, &lch_mode) < 0) { in update_calls()