Searched refs:SNDRV_PCM_HW_PARAM_ACCESS (Results 1 - 15 of 15) sorted by relevance
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/sound/ |
H A D | asound.h | 268 #define SNDRV_PCM_HW_PARAM_ACCESS 0 macro 271 #define SNDRV_PCM_HW_PARAM_FIRST_MASK SNDRV_PCM_HW_PARAM_ACCESS
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/include/sound/ |
H A D | pcm_params.h | 306 SNDRV_PCM_HW_PARAM_ACCESS)); in params_access()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-6.6/include/sound/ |
H A D | pcm_params.h | 306 SNDRV_PCM_HW_PARAM_ACCESS)); in params_access()
|
/kernel/linux/linux-5.10/tools/include/uapi/sound/ |
H A D | asound.h | 360 #define SNDRV_PCM_HW_PARAM_ACCESS 0 /* Access type */ macro 363 #define SNDRV_PCM_HW_PARAM_FIRST_MASK SNDRV_PCM_HW_PARAM_ACCESS
|
/kernel/linux/linux-5.10/include/uapi/sound/ |
H A D | asound.h | 360 #define SNDRV_PCM_HW_PARAM_ACCESS 0 /* Access type */ macro 363 #define SNDRV_PCM_HW_PARAM_FIRST_MASK SNDRV_PCM_HW_PARAM_ACCESS
|
/kernel/linux/linux-6.6/include/uapi/sound/ |
H A D | asound.h | 353 #define SNDRV_PCM_HW_PARAM_ACCESS 0 /* Access type */ macro 356 #define SNDRV_PCM_HW_PARAM_FIRST_MASK SNDRV_PCM_HW_PARAM_ACCESS
|
/kernel/linux/linux-6.6/tools/include/uapi/sound/ |
H A D | asound.h | 353 #define SNDRV_PCM_HW_PARAM_ACCESS 0 /* Access type */ macro 356 #define SNDRV_PCM_HW_PARAM_FIRST_MASK SNDRV_PCM_HW_PARAM_ACCESS
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/sound/ |
H A D | asound.h | 288 #define SNDRV_PCM_HW_PARAM_ACCESS 0 macro 291 #define SNDRV_PCM_HW_PARAM_FIRST_MASK SNDRV_PCM_HW_PARAM_ACCESS
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/sound/ |
H A D | asound.h | 288 #define SNDRV_PCM_HW_PARAM_ACCESS 0 macro 291 #define SNDRV_PCM_HW_PARAM_FIRST_MASK SNDRV_PCM_HW_PARAM_ACCESS
|
/kernel/linux/linux-5.10/sound/core/ |
H A D | pcm_native.c | 47 SNDRV_PCM_HW_PARAM_ACCESS + 1]; 622 SNDRV_PCM_HW_PARAM_ACCESS, in snd_pcm_hw_params_choose() 2612 err = snd_pcm_hw_constraint_mask(runtime, SNDRV_PCM_HW_PARAM_ACCESS, mask); in snd_pcm_hw_constraints_complete()
|
/kernel/linux/linux-6.6/sound/core/ |
H A D | pcm_native.c | 47 SNDRV_PCM_HW_PARAM_ACCESS + 1]; 640 SNDRV_PCM_HW_PARAM_ACCESS, in snd_pcm_hw_params_choose() 2629 err = snd_pcm_hw_constraint_mask(runtime, SNDRV_PCM_HW_PARAM_ACCESS, mask); in snd_pcm_hw_constraints_complete()
|
/kernel/linux/linux-5.10/sound/core/oss/ |
H A D | pcm_oss.c | 371 * This function cannot be called for SNDRV_PCM_HW_PARAM_ACCESS, 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()
|
/kernel/linux/linux-6.6/sound/core/oss/ |
H A D | pcm_oss.c | 371 * This function cannot be called for SNDRV_PCM_HW_PARAM_ACCESS, 897 err = snd_pcm_hw_param_mask(substream, sparams, SNDRV_PCM_HW_PARAM_ACCESS, &mask); in snd_pcm_oss_change_params_locked() 941 _snd_pcm_hw_param_set(params, SNDRV_PCM_HW_PARAM_ACCESS, in snd_pcm_oss_change_params_locked()
|
Completed in 44 milliseconds