Home
last modified time | relevance | path

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

/third_party/alsa-lib/include/
Doutput.h59 SND_OUTPUT_STDIO, enumerator
/third_party/alsa-lib/src/
Doutput.c203 output->type = SND_OUTPUT_STDIO; in snd_output_stdio_attach()
/third_party/alsa-utils/topology/
Dtopology.c262 err = init_pre_processor(&tplg_pp, SND_OUTPUT_STDIO, output_file); in pre_process_conf()
Dpre-processor.c196 if (type == SND_OUTPUT_STDIO) { in init_pre_processor()