Searched refs:pcm_format (Results 1 – 8 of 8) sorted by relevance
| /Linux-v5.10/sound/usb/ |
| D | endpoint.c | 629 snd_pcm_format_t pcm_format, in check_ep_params() argument 640 int frame_bits = snd_pcm_format_physical_width(pcm_format) * channels; in check_ep_params() 645 if (pcm_format == SNDRV_PCM_FORMAT_DSD_U16_LE && fmt->dsd_dop) { in check_ep_params() 657 switch (pcm_format) { in check_ep_params() 801 snd_pcm_format_t pcm_format, in data_ep_set_params() argument 812 int frame_bits = snd_pcm_format_physical_width(pcm_format) * channels; in data_ep_set_params() 816 if (pcm_format == SNDRV_PCM_FORMAT_DSD_U16_LE && fmt->dsd_dop) { in data_ep_set_params() 828 switch (pcm_format) { in data_ep_set_params() 1050 snd_pcm_format_t pcm_format, in snd_usb_endpoint_set_params() argument 1063 check_ep_params(ep, pcm_format, in snd_usb_endpoint_set_params() [all …]
|
| D | format.c | 525 snd_pcm_format_t pcm_format; in parse_audio_format_i() local 555 pcm_format = SNDRV_PCM_FORMAT_S16_BE; in parse_audio_format_i() 557 pcm_format = SNDRV_PCM_FORMAT_S16_LE; in parse_audio_format_i() 560 pcm_format = SNDRV_PCM_FORMAT_S16_LE; in parse_audio_format_i() 562 fp->formats = pcm_format_to_bits(pcm_format); in parse_audio_format_i()
|
| D | pcm.c | 91 if (!(fp->formats & pcm_format_to_bits(subs->pcm_format))) in find_format() 628 snd_pcm_format_t pcm_format) in match_endpoint_audioformats() argument 639 if (!(fp->formats & pcm_format_to_bits(pcm_format))) { in match_endpoint_audioformats() 642 fp, pcm_format); in match_endpoint_audioformats() 684 subs->pcm_format, in configure_sync_endpoint() 696 subs->cur_rate, subs->pcm_format); in configure_sync_endpoint() 724 subs->pcm_format, in configure_sync_endpoint() 748 subs->pcm_format, in configure_endpoint() 834 subs->pcm_format = params_format(hw_params); in snd_usb_hw_params() 845 subs->pcm_format, subs->cur_rate, subs->channels); in snd_usb_hw_params() [all …]
|
| D | endpoint.h | 13 snd_pcm_format_t pcm_format,
|
| D | card.h | 128 snd_pcm_format_t pcm_format; /* current audio format (for hw_params callback) */ member
|
| /Linux-v5.10/include/xen/interface/io/ |
| D | sndif.h | 639 uint8_t pcm_format; member
|
| /Linux-v5.10/sound/xen/ |
| D | xen_snd_front.c | 97 req->op.open.pcm_format = format; in xen_snd_front_stream_prepare()
|
| /Linux-v5.10/include/sound/ |
| D | pcm.h | 1425 static inline u64 pcm_format_to_bits(snd_pcm_format_t pcm_format) in pcm_format_to_bits() argument 1427 return 1ULL << (__force int) pcm_format; in pcm_format_to_bits()
|