Searched refs:pcm_format (Results 1 – 8 of 8) sorted by relevance
| /kernel/linux/linux-5.10/sound/usb/ |
| D | endpoint.c | 627 snd_pcm_format_t pcm_format, in check_ep_params() argument 638 int frame_bits = snd_pcm_format_physical_width(pcm_format) * channels; in check_ep_params() 643 if (pcm_format == SNDRV_PCM_FORMAT_DSD_U16_LE && fmt->dsd_dop) { in check_ep_params() 655 switch (pcm_format) { in check_ep_params() 799 snd_pcm_format_t pcm_format, in data_ep_set_params() argument 810 int frame_bits = snd_pcm_format_physical_width(pcm_format) * channels; in data_ep_set_params() 814 if (pcm_format == SNDRV_PCM_FORMAT_DSD_U16_LE && fmt->dsd_dop) { in data_ep_set_params() 826 switch (pcm_format) { in data_ep_set_params() 1047 snd_pcm_format_t pcm_format, in snd_usb_endpoint_set_params() argument 1060 check_ep_params(ep, pcm_format, in snd_usb_endpoint_set_params() [all …]
|
| D | format.c | 530 snd_pcm_format_t pcm_format; in parse_audio_format_i() local 560 pcm_format = SNDRV_PCM_FORMAT_S16_BE; in parse_audio_format_i() 562 pcm_format = SNDRV_PCM_FORMAT_S16_LE; in parse_audio_format_i() 565 pcm_format = SNDRV_PCM_FORMAT_S16_LE; in parse_audio_format_i() 567 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() 625 snd_pcm_format_t pcm_format) in match_endpoint_audioformats() argument 636 if (!(fp->formats & pcm_format_to_bits(pcm_format))) { in match_endpoint_audioformats() 639 fp, pcm_format); in match_endpoint_audioformats() 681 subs->pcm_format, in configure_sync_endpoint() 693 subs->cur_rate, subs->pcm_format); in configure_sync_endpoint() 721 subs->pcm_format, in configure_sync_endpoint() 745 subs->pcm_format, in configure_endpoint() 831 subs->pcm_format = params_format(hw_params); in snd_usb_hw_params() 842 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
|
| /kernel/linux/linux-5.10/include/xen/interface/io/ |
| D | sndif.h | 639 uint8_t pcm_format; member
|
| /kernel/linux/linux-5.10/sound/xen/ |
| D | xen_snd_front.c | 97 req->op.open.pcm_format = format; in xen_snd_front_stream_prepare()
|
| /kernel/linux/linux-5.10/include/sound/ |
| D | pcm.h | 1427 static inline u64 pcm_format_to_bits(snd_pcm_format_t pcm_format) in pcm_format_to_bits() argument 1429 return 1ULL << (__force int) pcm_format; in pcm_format_to_bits()
|