Searched refs:SNDRV_PCM_HW_PARAM_ACCESS (Results 1 – 8 of 8) sorted by relevance
/linux/drivers/usb/gadget/function/ |
H A D | u_uac1_legacy.c | 114 _snd_pcm_hw_param_set(params, SNDRV_PCM_HW_PARAM_ACCESS, in playback_default_hw_params()
|
/linux/include/sound/ |
H A D | pcm_params.h | 306 SNDRV_PCM_HW_PARAM_ACCESS)); in params_access()
|
/linux/tools/include/uapi/sound/ |
H A D | asound.h |
|
/linux/include/uapi/sound/ |
H A D | asound.h | 356 #define SNDRV_PCM_HW_PARAM_ACCESS 0 /* Access type */ macro 359 #define SNDRV_PCM_HW_PARAM_FIRST_MASK SNDRV_PCM_HW_PARAM_ACCESS
|
/linux/tools/perf/trace/beauty/include/uapi/sound/ |
H A D | asound.h | 356 #define SNDRV_PCM_HW_PARAM_ACCESS 0 /* Access type */ macro 359 #define SNDRV_PCM_HW_PARAM_FIRST_MASK SNDRV_PCM_HW_PARAM_ACCESS
|
/linux/Documentation/sound/designs/ |
H A D | tracepoints.rst | 53 - SNDRV_PCM_HW_PARAM_ACCESS
|
/linux/sound/core/ |
H A D | pcm_native.c | 47 SNDRV_PCM_HW_PARAM_ACCESS + 1]; 660 SNDRV_PCM_HW_PARAM_ACCESS, in snd_pcm_hw_params_choose() 2639 err = snd_pcm_hw_constraint_mask(runtime, SNDRV_PCM_HW_PARAM_ACCESS, mask); in snd_pcm_hw_constraints_complete()
|
/linux/sound/core/oss/ |
H A D | pcm_oss.c | 886 err = snd_pcm_hw_param_mask(substream, sparams, SNDRV_PCM_HW_PARAM_ACCESS, &mask); in snd_pcm_oss_change_params_locked() 930 _snd_pcm_hw_param_set(params, SNDRV_PCM_HW_PARAM_ACCESS, in snd_pcm_oss_change_params_locked()
|