Searched refs:pcm_format (Results 1 – 12 of 12) sorted by relevance
| /OK3568_Linux_fs/external/rk_pcba_test/tinyalsa/ |
| H A D | asoundlib.h | 72 enum pcm_format { enum 87 enum pcm_format format; 165 unsigned int pcm_format_to_bits(enum pcm_format format);
|
| H A D | tinycap.c | 63 enum pcm_format format, unsigned int period_size, 83 enum pcm_format format; in tiny_cap() 185 enum pcm_format format, unsigned int period_size, in capture_sample()
|
| H A D | pcm.c | 201 static unsigned int pcm_format_to_alsa(enum pcm_format format) in pcm_format_to_alsa() 216 unsigned int pcm_format_to_bits(enum pcm_format format) in pcm_format_to_bits()
|
| /OK3568_Linux_fs/kernel/sound/usb/ |
| H A 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 …]
|
| H A 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()
|
| H A D | pcm.c | 93 if (!(fp->formats & pcm_format_to_bits(subs->pcm_format))) in find_format() 159 if (!(fp->formats & pcm_format_to_bits(subs->pcm_format))) in find_format_and_si() 721 subs->pcm_format, subs->cur_rate, subs->channels); in snd_usb_enable_audio_stream() 771 snd_pcm_format_t pcm_format) in match_endpoint_audioformats() argument 782 if (!(fp->formats & pcm_format_to_bits(pcm_format))) { in match_endpoint_audioformats() 785 fp, pcm_format); in match_endpoint_audioformats() 827 subs->pcm_format, in configure_sync_endpoint() 839 subs->cur_rate, subs->pcm_format); in configure_sync_endpoint() 867 subs->pcm_format, in configure_sync_endpoint() 891 subs->pcm_format, in configure_endpoint() [all …]
|
| H A D | endpoint.h | 13 snd_pcm_format_t pcm_format,
|
| H A D | card.h | 135 snd_pcm_format_t pcm_format; /* current audio format (for hw_params callback) */ member
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/audiorecorder/ |
| H A D | widget.h | 76 enum pcm_format format;
|
| /OK3568_Linux_fs/kernel/include/xen/interface/io/ |
| H A D | sndif.h | 639 uint8_t pcm_format; member
|
| /OK3568_Linux_fs/kernel/sound/xen/ |
| H A D | xen_snd_front.c | 97 req->op.open.pcm_format = format; in xen_snd_front_stream_prepare()
|
| /OK3568_Linux_fs/kernel/include/sound/ |
| H A D | pcm.h | 1429 static inline u64 pcm_format_to_bits(snd_pcm_format_t pcm_format) in pcm_format_to_bits() argument 1431 return 1ULL << (__force int) pcm_format; in pcm_format_to_bits()
|