Home
last modified time | relevance | path

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

/linux-6.15/sound/usb/
H A Dformat.c660 snd_pcm_format_t pcm_format; in parse_audio_format_i() local
690 pcm_format = SNDRV_PCM_FORMAT_S16_BE; in parse_audio_format_i()
692 pcm_format = SNDRV_PCM_FORMAT_S16_LE; in parse_audio_format_i()
695 pcm_format = SNDRV_PCM_FORMAT_S16_LE; in parse_audio_format_i()
697 fp->formats = pcm_format_to_bits(pcm_format); in parse_audio_format_i()
H A Dimplicit.c407 snd_pcm_format_t pcm_format) in match_endpoint_audioformats() argument
414 if (!(fp->formats & pcm_format_to_bits(pcm_format))) in match_endpoint_audioformats()
/linux-6.15/include/xen/interface/io/
H A Dsndif.h622 uint8_t pcm_format; member
/linux-6.15/include/uapi/sound/
H A Dcompress_params.h432 __u32 pcm_format; member
/linux-6.15/sound/xen/
H A Dxen_snd_front.c97 req->op.open.pcm_format = format; in xen_snd_front_stream_prepare()
/linux-6.15/sound/soc/fsl/
H A Dfsl_asrc_m2m.c369 if (pcm_format_to_bits((__force snd_pcm_format_t)params->codec.pcm_format) & cap.fmt_out) in fsl_asrc_m2m_comp_set_params()
370 pair->sample_format[OUT] = (__force snd_pcm_format_t)params->codec.pcm_format; in fsl_asrc_m2m_comp_set_params()
/linux-6.15/include/sound/
H A Dpcm.h1514 static inline u64 pcm_format_to_bits(snd_pcm_format_t pcm_format) in pcm_format_to_bits() argument
1516 return 1ULL << (__force int) pcm_format; in pcm_format_to_bits()