Home
last modified time | relevance | path

Searched defs:snd_pcm_hw_params (Results 1 – 5 of 5) sorted by relevance

/kernel/linux/patches/linux-4.19/prebuilts/usr/include/sound/
Dasound.h301 struct snd_pcm_hw_params { struct
302 unsigned int flags;
303 struct snd_mask masks[SNDRV_PCM_HW_PARAM_LAST_MASK -
305 struct snd_mask mres[5];
306 struct snd_interval intervals[SNDRV_PCM_HW_PARAM_LAST_INTERVAL -
308 struct snd_interval ires[9];
309 unsigned int rmask;
310 unsigned int cmask;
311 unsigned int info;
312 unsigned int msbits;
[all …]
/kernel/linux/linux-5.10/include/uapi/sound/
Dasound.h409 struct snd_pcm_hw_params { struct
410 unsigned int flags;
411 struct snd_mask masks[SNDRV_PCM_HW_PARAM_LAST_MASK -
413 struct snd_mask mres[5]; /* reserved masks */
414 struct snd_interval intervals[SNDRV_PCM_HW_PARAM_LAST_INTERVAL -
416 struct snd_interval ires[9]; /* reserved intervals */
417 unsigned int rmask; /* W: requested masks */
418 unsigned int cmask; /* R: changed masks */
419 unsigned int info; /* R: Info flags for returned setup */
420 unsigned int msbits; /* R: used most significant bits */
[all …]
/kernel/linux/linux-5.10/tools/include/uapi/sound/
Dasound.h409 struct snd_pcm_hw_params { struct
410 unsigned int flags;
411 struct snd_mask masks[SNDRV_PCM_HW_PARAM_LAST_MASK -
413 struct snd_mask mres[5]; /* reserved masks */
414 struct snd_interval intervals[SNDRV_PCM_HW_PARAM_LAST_INTERVAL -
416 struct snd_interval ires[9]; /* reserved intervals */
417 unsigned int rmask; /* W: requested masks */
418 unsigned int cmask; /* R: changed masks */
419 unsigned int info; /* R: Info flags for returned setup */
420 unsigned int msbits; /* R: used most significant bits */
[all …]
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/sound/
Dasound.h318 struct snd_pcm_hw_params { struct
319 unsigned int flags;
320 struct snd_mask masks[SNDRV_PCM_HW_PARAM_LAST_MASK - SNDRV_PCM_HW_PARAM_FIRST_MASK + 1];
321 struct snd_mask mres[5];
322 …t snd_interval intervals[SNDRV_PCM_HW_PARAM_LAST_INTERVAL - SNDRV_PCM_HW_PARAM_FIRST_INTERVAL + 1];
323 struct snd_interval ires[9];
324 unsigned int rmask;
325 unsigned int cmask;
326 unsigned int info;
327 unsigned int msbits;
[all …]
/kernel/linux/linux-5.10/sound/core/
Dpcm_native.c694 static int snd_pcm_hw_params(struct snd_pcm_substream *substream, in snd_pcm_hw_params() function