Symbol: snd_pcm_subformat_t
include/sound/hdaudio.h
143
unsigned int snd_hdac_stream_format_bits(snd_pcm_format_t format, snd_pcm_subformat_t subformat,
include/sound/pcm.h
381
snd_pcm_subformat_t subformat; /* subformat */
include/sound/pcm_params.h
323
static inline snd_pcm_subformat_t
include/sound/pcm_params.h
326
return (__force snd_pcm_subformat_t)snd_mask_min(hw_param_mask_c(p,
include/uapi/sound/asound.h
269
#define SNDRV_PCM_SUBFORMAT_STD ((__force snd_pcm_subformat_t) 0)
include/uapi/sound/asound.h
270
#define SNDRV_PCM_SUBFORMAT_MSBITS_MAX ((__force snd_pcm_subformat_t) 1)
include/uapi/sound/asound.h
271
#define SNDRV_PCM_SUBFORMAT_MSBITS_20 ((__force snd_pcm_subformat_t) 2)
include/uapi/sound/asound.h
272
#define SNDRV_PCM_SUBFORMAT_MSBITS_24 ((__force snd_pcm_subformat_t) 3)
sound/core/pcm.c
281
static const char *snd_pcm_subformat_name(snd_pcm_subformat_t subformat)
sound/core/pcm_lib.c
1738
snd_pcm_subformat_t subformat = params_subformat(p);
sound/hda/core/device.c
758
unsigned int snd_hdac_stream_format_bits(snd_pcm_format_t format, snd_pcm_subformat_t subformat,
tools/perf/trace/beauty/include/uapi/sound/asound.h
269
#define SNDRV_PCM_SUBFORMAT_STD ((__force snd_pcm_subformat_t) 0)
tools/perf/trace/beauty/include/uapi/sound/asound.h
270
#define SNDRV_PCM_SUBFORMAT_MSBITS_MAX ((__force snd_pcm_subformat_t) 1)
tools/perf/trace/beauty/include/uapi/sound/asound.h
271
#define SNDRV_PCM_SUBFORMAT_MSBITS_20 ((__force snd_pcm_subformat_t) 2)
tools/perf/trace/beauty/include/uapi/sound/asound.h
272
#define SNDRV_PCM_SUBFORMAT_MSBITS_24 ((__force snd_pcm_subformat_t) 3)