Home
last modified time | relevance | path

Searched refs:SNDRV_PCM_HW_PARAM_FRAME_BITS (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/sound/core/
Dpcm_native.c2181 snd_interval_setinteger(constrs_interval(constrs, SNDRV_PCM_HW_PARAM_FRAME_BITS)); in snd_pcm_hw_constraints_init()
2196 SNDRV_PCM_HW_PARAM_FRAME_BITS, SNDRV_PCM_HW_PARAM_CHANNELS, -1); in snd_pcm_hw_constraints_init()
2199 err = snd_pcm_hw_rule_add(runtime, 0, SNDRV_PCM_HW_PARAM_FRAME_BITS, in snd_pcm_hw_constraints_init()
2204 err = snd_pcm_hw_rule_add(runtime, 0, SNDRV_PCM_HW_PARAM_FRAME_BITS, in snd_pcm_hw_constraints_init()
2209 err = snd_pcm_hw_rule_add(runtime, 0, SNDRV_PCM_HW_PARAM_FRAME_BITS, in snd_pcm_hw_constraints_init()
2216 SNDRV_PCM_HW_PARAM_FRAME_BITS, SNDRV_PCM_HW_PARAM_SAMPLE_BITS, -1); in snd_pcm_hw_constraints_init()
2241 SNDRV_PCM_HW_PARAM_PERIOD_BYTES, SNDRV_PCM_HW_PARAM_FRAME_BITS, -1); in snd_pcm_hw_constraints_init()
2256 SNDRV_PCM_HW_PARAM_BUFFER_BYTES, SNDRV_PCM_HW_PARAM_FRAME_BITS, -1); in snd_pcm_hw_constraints_init()
2266 SNDRV_PCM_HW_PARAM_PERIOD_SIZE, SNDRV_PCM_HW_PARAM_FRAME_BITS, -1); in snd_pcm_hw_constraints_init()
2271 SNDRV_PCM_HW_PARAM_BUFFER_SIZE, SNDRV_PCM_HW_PARAM_FRAME_BITS, -1); in snd_pcm_hw_constraints_init()
/Linux-v4.19/sound/soc/davinci/
Ddavinci-i2s.c496 i = hw_param_interval(params, SNDRV_PCM_HW_PARAM_FRAME_BITS); in davinci_i2s_hw_params()
/Linux-v4.19/Documentation/sound/designs/
Dtracepoints.rst62 - SNDRV_PCM_HW_PARAM_FRAME_BITS
/Linux-v4.19/tools/include/uapi/sound/
Dasound.h353 #define SNDRV_PCM_HW_PARAM_FRAME_BITS 9 /* Bits per frame */ macro
/Linux-v4.19/include/uapi/sound/
Dasound.h353 #define SNDRV_PCM_HW_PARAM_FRAME_BITS 9 /* Bits per frame */ macro
/Linux-v4.19/sound/soc/atmel/
Datmel_ssc_dai.c318 SNDRV_PCM_HW_PARAM_FRAME_BITS, in atmel_ssc_startup()
/Linux-v4.19/sound/soc/codecs/
Dpcm512x.c542 SNDRV_PCM_HW_PARAM_FRAME_BITS, in pcm512x_dai_startup_master()