Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/sound/
Dasound.h376 struct snd_pcm_hw_params { struct
377 unsigned int flags;
378 struct snd_mask masks[SNDRV_PCM_HW_PARAM_LAST_MASK -
380 struct snd_mask mres[5]; /* reserved masks */
381 struct snd_interval intervals[SNDRV_PCM_HW_PARAM_LAST_INTERVAL -
383 struct snd_interval ires[9]; /* reserved intervals */
384 unsigned int rmask; /* W: requested masks */
385 unsigned int cmask; /* R: changed masks */
386 unsigned int info; /* R: Info flags for returned setup */
387 unsigned int msbits; /* R: used most significant bits */
[all …]
/linux-4.4.14/sound/core/
Dpcm_native.c511 static int snd_pcm_hw_params(struct snd_pcm_substream *substream, in snd_pcm_hw_params() function