/third_party/alsa-utils/axfer/ |
H A D | xfer.c | 150 snd_pcm_format_name(xfer->sample_format), in xfer_context_pre_process() 151 snd_pcm_format_name(*format)); in xfer_context_pre_process() 211 snd_pcm_format_name(*format)); in xfer_context_pre_process()
|
H A D | container.c | 340 snd_pcm_format_name(*format)); in container_context_pre_process()
|
H A D | xfer-libasound.c | 413 snd_pcm_format_name(format), snd_strerror(err)); in configure_hw_params()
|
/third_party/alsa-lib/test/ |
H A D | chmap.c | 64 snd_pcm_format_name(format)); in setup_pcm()
|
H A D | pcm.c | 758 const char *s = snd_pcm_format_name(k); in help() 845 const char *format_name = snd_pcm_format_name(format); in main() 884 printf("Stream parameters are %uHz, %s, %u channels\n", rate, snd_pcm_format_name(format), channels); in main()
|
H A D | latency.c | 542 const char *s = snd_pcm_format_name(k); in help() 699 rate, snd_pcm_format_name(format), in main()
|
/third_party/alsa-utils/speaker-test/ |
H A D | speaker-test.c | 1003 const char *s = snd_pcm_format_name(*fmt); in help() 1086 fprintf(stderr, "Format %s is not supported...\n", snd_pcm_format_name(format)); in main() 1204 printf(_("Stream parameters are %iHz, %s, %i channels\n"), rate, snd_pcm_format_name(format), channels); in main()
|
/third_party/alsa-lib/src/pcm/ |
H A D | pcm_plug.c | 868 SNDERR("Format: %s", snd_pcm_format_name(format)); in snd_pcm_plug_hw_refine_schange() 873 SNDERR("Slave format: %s", snd_pcm_format_name(format)); in snd_pcm_plug_hw_refine_schange() 957 SNDERR("Format: %s", snd_pcm_format_name(format)); in snd_pcm_plug_hw_refine_cchange() 962 SNDERR("Slave format: %s", snd_pcm_format_name(format)); in snd_pcm_plug_hw_refine_cchange()
|
H A D | pcm_lfloat.c | 343 snd_pcm_format_name(lfloat->sformat)); in snd_pcm_lfloat_dump()
|
H A D | pcm_linear.c | 387 snd_pcm_format_name(linear->sformat)); in snd_pcm_linear_dump()
|
H A D | pcm_mulaw.c | 399 snd_pcm_format_name(mulaw->sformat)); in snd_pcm_mulaw_dump()
|
H A D | pcm_adpcm.c | 511 snd_pcm_format_name(adpcm->sformat)); in snd_pcm_adpcm_dump()
|
H A D | pcm_alaw.c | 385 snd_pcm_format_name(alaw->sformat)); in snd_pcm_alaw_dump()
|
H A D | pcm_iec958.c | 493 snd_pcm_format_name(iec->sformat)); in snd_pcm_iec958_dump()
|
H A D | pcm_params.c | 46 fprintf(stderr, "%s", snd_pcm_format_name(val)); in dump_hw_params() 1234 s = snd_pcm_format_name(k); in snd_pcm_hw_param_dump()
|
H A D | pcm_route.c | 690 snd_pcm_format_name(route->sformat)); in snd_pcm_route_dump()
|
H A D | pcm_file.c | 202 snd_pcm_format_name(pcm->format)); in snd_pcm_file_replace_fname()
|
H A D | pcm_rate.c | 1261 snd_pcm_format_name(rate->sformat)); in snd_pcm_rate_dump()
|
H A D | pcm.c | 2153 const char *snd_pcm_format_name(const snd_pcm_format_t format) in snd_pcm_format_name() function 2348 snd_output_printf(out, " format : %s\n", snd_pcm_format_name(pcm->format)); in snd_pcm_dump_hw_setup()
|
/third_party/alsa-utils/aplay/ |
H A D | aplay.c | 257 const char *s = snd_pcm_format_name(k); in usage() 1114 snd_pcm_format_name(native_format)); 1127 snd_pcm_format_name(native_format)); 1138 snd_pcm_format_name(native_format)); 1271 fprintf(stderr, "- %s\n", snd_pcm_format_name(format)); 2731 error(_("Wave doesn't support %s format..."), snd_pcm_format_name(hwparams.format)); 2791 error(_("Sparc Audio doesn't support %s format..."), snd_pcm_format_name(hwparams.format));
|
/third_party/alsa-utils/alsaloop/ |
H A D | pcmjob.c | 1613 logit(LOG_CRIT, "samplerate conversion supports only %s or %s formats (play=%s, capt=%s)\n", snd_pcm_format_name(SND_PCM_FORMAT_S16), snd_pcm_format_name(SND_PCM_FORMAT_S32), snd_pcm_format_name(loop->play->format), snd_pcm_format_name(loop->capt->format)); in pcmjob_start() 2071 OUT(" access = %s, format = %s, rate = %u, channels = %u\n", snd_pcm_access_name(lhandle->access), snd_pcm_format_name(lhandle->format), lhandle->rate, lhandle->channels); in show_handle()
|
H A D | alsaloop.c | 210 const char *s = snd_pcm_format_name(k); in help()
|
/third_party/alsa-lib/include/ |
H A D | pcm.h | 1099 const char *snd_pcm_format_name(const snd_pcm_format_t format);
|
/third_party/alsa-lib/src/topology/ |
H A D | pcm.c | 553 s = snd_pcm_format_name(i); in tplg_save_stream_caps()
|