Home
last modified time | relevance | path

Searched refs:debugplay (Results 1 – 4 of 4) sorted by relevance

/third_party/alsa-utils/bat/
Dtinyalsa.c204 if (bat->debugplay) { in play_sample()
205 fp = fopen(bat->debugplay, "wb"); in play_sample()
209 bat->debugplay, err); in play_sample()
225 if (bat->debugplay) { in play_sample()
243 if (bat->debugplay) { in play_sample()
Dalsa.c387 if (bat->debugplay) { in write_to_pcm_loop()
388 fp = fopen(bat->debugplay, "wb"); in write_to_pcm_loop()
392 bat->debugplay, err); in write_to_pcm_loop()
408 if (bat->debugplay) { in write_to_pcm_loop()
426 if (bat->debugplay) { in write_to_pcm_loop()
Dcommon.h225 char *debugplay; /* path name to store playback signal */ member
Dbat.c413 bat->debugplay = optarg; in parse_arguments()