Home
last modified time | relevance | path

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

/hardware/qcom/msm8x26/kernel-headers/sound/
Dasound.h690 struct snd_timer_params { struct
720 #define SNDRV_TIMER_IOCTL_PARAMS _IOW('T', 0x12, struct snd_timer_params) argument
/hardware/qcom/msm8994/original-kernel-headers/sound/
Dasound.h694 struct snd_timer_params { struct
720 #define SNDRV_TIMER_IOCTL_PARAMS _IOW('T', 0x12, struct snd_timer_params) argument
/hardware/qcom/msm8x84/kernel-headers/sound/
Dasound.h690 struct snd_timer_params { struct
720 #define SNDRV_TIMER_IOCTL_PARAMS _IOW('T', 0x12, struct snd_timer_params) argument
/hardware/qcom/msm8x09/original-kernel-headers/sound/
Dasound.h703 struct snd_timer_params { struct
729 #define SNDRV_TIMER_IOCTL_PARAMS _IOW('T', 0x12, struct snd_timer_params) argument
/hardware/qcom/msm8996/kernel-headers/sound/
Dasound.h698 struct snd_timer_params { struct
728 #define SNDRV_TIMER_IOCTL_PARAMS _IOW('T', 0x12, struct snd_timer_params) argument
/hardware/qcom/msm8998/original-kernel-headers/sound/
Dasound.h734 struct snd_timer_params { struct
760 #define SNDRV_TIMER_IOCTL_PARAMS _IOW('T', 0x12, struct snd_timer_params) argument
/hardware/qcom/msm8x84/original-kernel-headers/sound/
Dasound.h693 struct snd_timer_params { struct
719 #define SNDRV_TIMER_IOCTL_PARAMS _IOW('T', 0x12, struct snd_timer_params) argument
/hardware/qcom/msm8994/kernel-headers/sound/
Dasound.h691 struct snd_timer_params { struct
721 #define SNDRV_TIMER_IOCTL_PARAMS _IOW('T', 0x12, struct snd_timer_params) argument
/hardware/qcom/msm8x09/kernel-headers/sound/
Dasound.h696 struct snd_timer_params { struct
726 #define SNDRV_TIMER_IOCTL_PARAMS _IOW('T', 0x12, struct snd_timer_params) argument
/hardware/qcom/msm8x26/original-kernel-headers/sound/
Dasound.h693 struct snd_timer_params { struct
719 #define SNDRV_TIMER_IOCTL_PARAMS _IOW('T', 0x12, struct snd_timer_params) argument
/hardware/qcom/msm8996/original-kernel-headers/sound/
Dasound.h703 struct snd_timer_params { struct
729 #define SNDRV_TIMER_IOCTL_PARAMS _IOW('T', 0x12, struct snd_timer_params) argument
/hardware/qcom/msm8998/kernel-headers/sound/
Dasound.h723 struct snd_timer_params { struct
753 #define SNDRV_TIMER_IOCTL_PARAMS _IOW('T', 0x12, struct snd_timer_params) argument
/hardware/qcom/audio/legacy/libalsa-intf/
Dalsa_pcm.c667 struct snd_timer_params timer_param; in enable_timer()
695 memset(&timer_param, 0, sizeof(struct snd_timer_params)); in enable_timer()