Searched refs:lch_mode (Results 1 – 1 of 1) sorted by relevance
161 enum voice_lch_mode lch_mode; in update_calls() local197 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()