Home
last modified time | relevance | path

Searched refs:build_pcm (Results 1 – 2 of 2) sorted by relevance

/third_party/alsa-lib/
Dconfigure.ac381 [build_pcm="$enableval"], [build_pcm="yes"])
462 AM_CONDITIONAL([BUILD_PCM], [test x$build_pcm = xyes])
475 if test "$build_pcm" = "yes"; then
496 if test "$build_pcm" = "yes"; then
783 test "$build_pcm" = "yes" && echo "#include <alsa/pcm.h>" >> include/asoundlib.h
785 test "$build_pcm" = "yes" && echo "#include <alsa/timer.h>" >> include/asoundlib.h
/third_party/alsa-lib/src/topology/
Dpcm.c97 static int build_pcm(snd_tplg_t *tplg, struct tplg_elem *elem) in build_pcm() function
144 err = build_pcm(tplg, elem); in tplg_build_pcms()