Home
last modified time | relevance | path

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

/linux/sound/usb/
H A Dformat.c730 snd_pcm_format_t pcm_format; in parse_audio_format_i() local
760 pcm_format = SNDRV_PCM_FORMAT_S16_BE; in parse_audio_format_i()
762 pcm_format = SNDRV_PCM_FORMAT_S16_LE; in parse_audio_format_i()
765 pcm_format = SNDRV_PCM_FORMAT_S16_LE; in parse_audio_format_i()
767 fp->formats = pcm_format_to_bits(pcm_format); in parse_audio_format_i()
H A Dimplicit.c408 snd_pcm_format_t pcm_format) in match_endpoint_audioformats() argument
415 if (!(fp->formats & pcm_format_to_bits(pcm_format))) in match_endpoint_audioformats()
/linux/include/xen/interface/io/
H A Dsndif.h622 uint8_t pcm_format; member
/linux/sound/soc/fsl/
H A Dfsl_asrc_m2m.c375 if (pcm_format_to_bits((__force snd_pcm_format_t)params->codec.pcm_format) & cap.fmt_out) in fsl_asrc_m2m_comp_set_params()
376 pair->sample_format[OUT] = (__force snd_pcm_format_t)params->codec.pcm_format; in fsl_asrc_m2m_comp_set_params()
/linux/sound/usb/qcom/
H A Dqc_audio_offload.c936 snd_pcm_format_t pcm_format, in enable_audio_stream() argument
951 snd_mask_leave(m, (__force unsigned int)pcm_format); in enable_audio_stream()