Home
last modified time | relevance | path

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

/sound/usb/
Dendpoint.c606 snd_pcm_format_t pcm_format, in check_ep_params() argument
617 int frame_bits = snd_pcm_format_physical_width(pcm_format) * channels; in check_ep_params()
622 if (pcm_format == SNDRV_PCM_FORMAT_DSD_U16_LE && fmt->dsd_dop) { in check_ep_params()
634 switch (pcm_format) { in check_ep_params()
778 snd_pcm_format_t pcm_format, in data_ep_set_params() argument
789 int frame_bits = snd_pcm_format_physical_width(pcm_format) * channels; in data_ep_set_params()
793 if (pcm_format == SNDRV_PCM_FORMAT_DSD_U16_LE && fmt->dsd_dop) { in data_ep_set_params()
805 switch (pcm_format) { in data_ep_set_params()
1026 snd_pcm_format_t pcm_format, in snd_usb_endpoint_set_params() argument
1039 check_ep_params(ep, pcm_format, in snd_usb_endpoint_set_params()
[all …]
Dformat.c483 snd_pcm_format_t pcm_format; in parse_audio_format_i() local
513 pcm_format = SNDRV_PCM_FORMAT_S16_BE; in parse_audio_format_i()
515 pcm_format = SNDRV_PCM_FORMAT_S16_LE; in parse_audio_format_i()
518 pcm_format = SNDRV_PCM_FORMAT_S16_LE; in parse_audio_format_i()
520 fp->formats = pcm_format_to_bits(pcm_format); in parse_audio_format_i()
Dpcm.c91 if (!(fp->formats & pcm_format_to_bits(subs->pcm_format))) in find_format()
157 if (!(fp->formats & pcm_format_to_bits(subs->pcm_format))) in find_format_and_si()
697 subs->pcm_format, subs->cur_rate, subs->channels); in snd_usb_enable_audio_stream()
747 snd_pcm_format_t pcm_format) in match_endpoint_audioformats() argument
758 if (!(fp->formats & pcm_format_to_bits(pcm_format))) { in match_endpoint_audioformats()
761 fp, pcm_format); in match_endpoint_audioformats()
803 subs->pcm_format, in configure_sync_endpoint()
815 subs->cur_rate, subs->pcm_format); in configure_sync_endpoint()
843 subs->pcm_format, in configure_sync_endpoint()
866 subs->pcm_format, in configure_endpoint()
[all …]
Dendpoint.h13 snd_pcm_format_t pcm_format,
Dcard.h131 snd_pcm_format_t pcm_format; /* current audio format (for hw_params callback) */ member
/sound/xen/
Dxen_snd_front.c97 req->op.open.pcm_format = format; in xen_snd_front_stream_prepare()