Searched refs:snd_pcm_hw_params (Results 1 – 3 of 3) sorted by relevance
/external/tinyalsa/ |
D | pcm.c | 143 static inline struct snd_interval *param_to_interval(struct snd_pcm_hw_params *p, int n) in param_to_interval() 148 static inline struct snd_mask *param_to_mask(struct snd_pcm_hw_params *p, int n) in param_to_mask() 153 static void param_set_mask(struct snd_pcm_hw_params *p, int n, unsigned int bit) in param_set_mask() 165 static void param_set_min(struct snd_pcm_hw_params *p, int n, unsigned int val) in param_set_min() 173 static unsigned int param_get_min(struct snd_pcm_hw_params *p, int n) in param_get_min() 182 static void param_set_max(struct snd_pcm_hw_params *p, int n, unsigned int val) in param_set_max() 190 static unsigned int param_get_max(struct snd_pcm_hw_params *p, int n) in param_get_max() 199 static void param_set_int(struct snd_pcm_hw_params *p, int n, unsigned int val) in param_set_int() 209 static unsigned int param_get_int(struct snd_pcm_hw_params *p, int n) in param_get_int() 219 static void param_init(struct snd_pcm_hw_params *p) in param_init() [all …]
|
/external/kernel-headers/original/uapi/sound/ |
D | asound.h | 376 struct snd_pcm_hw_params { struct 559 #define SNDRV_PCM_IOCTL_HW_REFINE _IOWR('A', 0x10, struct snd_pcm_hw_params) 560 #define SNDRV_PCM_IOCTL_HW_PARAMS _IOWR('A', 0x11, struct snd_pcm_hw_params)
|
/external/webrtc/webrtc/modules/audio_device/linux/ |
D | alsasymboltable_linux.h | 71 X(snd_pcm_hw_params) \
|