OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SNDRV_VOICE_IOCTL_LCH
(Results
1 - 5
of
5
) sorted by null
/hardware/qcom/msm8x74/kernel-headers/sound/
voice_params.h
29
#define
SNDRV_VOICE_IOCTL_LCH
_IOW('U', 0x00, enum voice_lch_mode)
/hardware/qcom/msm8x74/original-kernel-headers/sound/
voice_params.h
12
#define
SNDRV_VOICE_IOCTL_LCH
_IOW('U', 0x00, enum voice_lch_mode)
/hardware/qcom/msm8x84/kernel-headers/sound/
voice_params.h
29
#define
SNDRV_VOICE_IOCTL_LCH
_IOW('U', 0x00, enum voice_lch_mode)
/hardware/qcom/msm8x84/original-kernel-headers/sound/
voice_params.h
12
#define
SNDRV_VOICE_IOCTL_LCH
_IOW('U', 0x00, enum voice_lch_mode)
/hardware/qcom/audio/hal/voice_extn/
voice_extn.c
183
if (pcm_ioctl(session->pcm_tx,
SNDRV_VOICE_IOCTL_LCH
, &lch_mode) < 0) {
231
if (pcm_ioctl(session->pcm_tx,
SNDRV_VOICE_IOCTL_LCH
, &lch_mode) < 0) {
253
if (pcm_ioctl(session->pcm_tx,
SNDRV_VOICE_IOCTL_LCH
, &lch_mode) < 0) {
Completed in 52 milliseconds