Home
last modified time | relevance | path

Searched refs:SNDRV_PCM_FORMAT_LAST (Results 1 – 10 of 10) sorted by relevance

/linux-4.4.14/sound/core/
Dpcm_misc.c42 static struct pcm_format_data pcm_formats[(INT)SNDRV_PCM_FORMAT_LAST+1] = {
242 if ((INT)format < 0 || (INT)format > (INT)SNDRV_PCM_FORMAT_LAST) in snd_pcm_format_signed()
293 if ((INT)format < 0 || (INT)format > (INT)SNDRV_PCM_FORMAT_LAST) in snd_pcm_format_little_endian()
331 if ((INT)format < 0 || (INT)format > (INT)SNDRV_PCM_FORMAT_LAST) in snd_pcm_format_width()
350 if ((INT)format < 0 || (INT)format > (INT)SNDRV_PCM_FORMAT_LAST) in snd_pcm_format_physical_width()
385 if ((INT)format < 0 || (INT)format > (INT)SNDRV_PCM_FORMAT_LAST) in snd_pcm_format_silence_64()
409 if ((INT)format < 0 || (INT)format > (INT)SNDRV_PCM_FORMAT_LAST) in snd_pcm_format_set_silence()
Dpcm_native.c1946 for (k = 0; k <= SNDRV_PCM_FORMAT_LAST; ++k) { in snd_pcm_hw_rule_format()
1968 for (k = 0; k <= SNDRV_PCM_FORMAT_LAST; ++k) { in snd_pcm_hw_rule_sample_bits()
/linux-4.4.14/sound/usb/
Dproc.c87 for (fmt = 0; fmt <= SNDRV_PCM_FORMAT_LAST; ++fmt) in proc_dump_substream_formats()
/linux-4.4.14/sound/soc/omap/
Domap-pcm.c61 for (i = 0; i < SNDRV_PCM_FORMAT_LAST; i++) { in omap_pcm_limit_supported_formats()
/linux-4.4.14/sound/soc/
Dsoc-generic-dmaengine-pcm.c173 for (i = 0; i <= SNDRV_PCM_FORMAT_LAST; i++) { in dmaengine_pcm_set_runtime_hwparams()
/linux-4.4.14/include/uapi/sound/
Dasound.h231 #define SNDRV_PCM_FORMAT_LAST SNDRV_PCM_FORMAT_DSD_U32_BE macro
/linux-4.4.14/sound/drivers/
Ddummy.c927 for (i = 0; i < SNDRV_PCM_FORMAT_LAST; i++) { in print_formats()
Daloop.c894 uinfo->value.integer.max = SNDRV_PCM_FORMAT_LAST; in loopback_format_info()
/linux-4.4.14/sound/core/oss/
Dpcm_oss.c901 (__force int)sformat <= (__force int)SNDRV_PCM_FORMAT_LAST; in snd_pcm_oss_change_params()
907 if ((__force int)sformat > (__force int)SNDRV_PCM_FORMAT_LAST) { in snd_pcm_oss_change_params()
/linux-4.4.14/sound/soc/davinci/
Ddavinci-mcasp.c1190 for (i = 0; i < SNDRV_PCM_FORMAT_LAST; i++) { in davinci_mcasp_hw_rule_format()