Home
last modified time | relevance | path

Searched refs:snd_pcm_subformat_t (Results 1 – 8 of 8) sorted by relevance

/linux/tools/include/uapi/sound/
H A Dasound.h
/linux/include/uapi/sound/
H A Dasound.h268 typedef int __bitwise snd_pcm_subformat_t; typedef
269 #define SNDRV_PCM_SUBFORMAT_STD ((__force snd_pcm_subformat_t) 0)
270 #define SNDRV_PCM_SUBFORMAT_MSBITS_MAX ((__force snd_pcm_subformat_t) 1)
271 #define SNDRV_PCM_SUBFORMAT_MSBITS_20 ((__force snd_pcm_subformat_t) 2)
272 #define SNDRV_PCM_SUBFORMAT_MSBITS_24 ((__force snd_pcm_subformat_t) 3)
/linux/tools/perf/trace/beauty/include/uapi/sound/
H A Dasound.h268 typedef int __bitwise snd_pcm_subformat_t; typedef
269 #define SNDRV_PCM_SUBFORMAT_STD ((__force snd_pcm_subformat_t) 0)
270 #define SNDRV_PCM_SUBFORMAT_MSBITS_MAX ((__force snd_pcm_subformat_t) 1)
271 #define SNDRV_PCM_SUBFORMAT_MSBITS_20 ((__force snd_pcm_subformat_t) 2)
272 #define SNDRV_PCM_SUBFORMAT_MSBITS_24 ((__force snd_pcm_subformat_t) 3)
/linux/include/sound/
H A Dpcm_params.h323 static inline snd_pcm_subformat_t
326 return (__force snd_pcm_subformat_t)snd_mask_min(hw_param_mask_c(p, in params_subformat()
/linux/sound/hda/
H A Dhdac_device.c762 unsigned int snd_hdac_stream_format_bits(snd_pcm_format_t format, snd_pcm_subformat_t subformat, in snd_hdac_stream_format_bits()
/linux/sound/core/
H A Dpcm.c281 static const char *snd_pcm_subformat_name(snd_pcm_subformat_t subformat) in snd_pcm_subformat_name()
H A Dpcm_lib.c1738 snd_pcm_subformat_t subformat = params_subformat(p); in snd_pcm_hw_params_bits()
/linux/Documentation/sound/kernel-api/
H A Dwriting-an-alsa-driver.rst1477 snd_pcm_subformat_t subformat; /* subformat */