Home
last modified time | relevance | path

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

/device/google/coral-kernel/sm8150/kernel-headers/sound/
Dasound.h299 struct snd_pcm_hw_params { struct
300 unsigned int flags;
301 struct snd_mask masks[SNDRV_PCM_HW_PARAM_LAST_MASK - SNDRV_PCM_HW_PARAM_FIRST_MASK + 1];
302 struct snd_mask mres[5];
303 …t snd_interval intervals[SNDRV_PCM_HW_PARAM_LAST_INTERVAL - SNDRV_PCM_HW_PARAM_FIRST_INTERVAL + 1];
304 struct snd_interval ires[9];
305 unsigned int rmask;
306 unsigned int cmask;
307 unsigned int info;
308 unsigned int msbits;
[all …]
/device/google/bonito/sdm710/kernel-headers/sound/
Dasound.h294 struct snd_pcm_hw_params { struct
295 unsigned int flags;
296 struct snd_mask masks[SNDRV_PCM_HW_PARAM_LAST_MASK - SNDRV_PCM_HW_PARAM_FIRST_MASK + 1];
297 struct snd_mask mres[5];
298 …t snd_interval intervals[SNDRV_PCM_HW_PARAM_LAST_INTERVAL - SNDRV_PCM_HW_PARAM_FIRST_INTERVAL + 1];
299 struct snd_interval ires[9];
300 unsigned int rmask;
301 unsigned int cmask;
302 unsigned int info;
303 unsigned int msbits;
[all …]
/device/google/crosshatch/sdm845/kernel-headers/sound/
Dasound.h294 struct snd_pcm_hw_params { struct
295 unsigned int flags;
296 struct snd_mask masks[SNDRV_PCM_HW_PARAM_LAST_MASK - SNDRV_PCM_HW_PARAM_FIRST_MASK + 1];
297 struct snd_mask mres[5];
298 …t snd_interval intervals[SNDRV_PCM_HW_PARAM_LAST_INTERVAL - SNDRV_PCM_HW_PARAM_FIRST_INTERVAL + 1];
299 struct snd_interval ires[9];
300 unsigned int rmask;
301 unsigned int cmask;
302 unsigned int info;
303 unsigned int msbits;
[all …]
/device/google/bonito/sdm710/original-kernel-headers/sound/
Dasound.h381 struct snd_pcm_hw_params { struct
382 unsigned int flags;
383 struct snd_mask masks[SNDRV_PCM_HW_PARAM_LAST_MASK -
385 struct snd_mask mres[5]; /* reserved masks */
386 struct snd_interval intervals[SNDRV_PCM_HW_PARAM_LAST_INTERVAL -
388 struct snd_interval ires[9]; /* reserved intervals */
389 unsigned int rmask; /* W: requested masks */
390 unsigned int cmask; /* R: changed masks */
391 unsigned int info; /* R: Info flags for returned setup */
392 unsigned int msbits; /* R: used most significant bits */
[all …]
/device/google/coral-kernel/sm8150/original-kernel-headers/sound/
Dasound.h389 struct snd_pcm_hw_params { struct
390 unsigned int flags;
391 struct snd_mask masks[SNDRV_PCM_HW_PARAM_LAST_MASK -
393 struct snd_mask mres[5]; /* reserved masks */
394 struct snd_interval intervals[SNDRV_PCM_HW_PARAM_LAST_INTERVAL -
396 struct snd_interval ires[9]; /* reserved intervals */
397 unsigned int rmask; /* W: requested masks */
398 unsigned int cmask; /* R: changed masks */
399 unsigned int info; /* R: Info flags for returned setup */
400 unsigned int msbits; /* R: used most significant bits */
[all …]
/device/google/crosshatch/sdm845/original-kernel-headers/sound/
Dasound.h381 struct snd_pcm_hw_params { struct
382 unsigned int flags;
383 struct snd_mask masks[SNDRV_PCM_HW_PARAM_LAST_MASK -
385 struct snd_mask mres[5]; /* reserved masks */
386 struct snd_interval intervals[SNDRV_PCM_HW_PARAM_LAST_INTERVAL -
388 struct snd_interval ires[9]; /* reserved intervals */
389 unsigned int rmask; /* W: requested masks */
390 unsigned int cmask; /* R: changed masks */
391 unsigned int info; /* R: Info flags for returned setup */
392 unsigned int msbits; /* R: used most significant bits */
[all …]