Home
last modified time | relevance | path

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

/external/tinyalsa/
Dtinyplay.c194 params = pcm_params_get(card, device, PCM_OUT); in sample_is_playable()
237 pcm = pcm_open(card, device, PCM_OUT, &config); in play_sample()
Dtinypcminfo.c71 params = pcm_params_get(card, device, i == 0 ? PCM_OUT : PCM_IN); in main()
Dpcm.c1029 if ((~pcm->flags) & (PCM_OUT | PCM_MMAP)) in pcm_mmap_write()
/external/tinyalsa/include/tinyalsa/
Dasoundlib.h45 #define PCM_OUT 0x00000000 macro