Searched refs:PCM_OUT (Results 1 – 4 of 4) sorted by relevance
194 params = pcm_params_get(card, device, PCM_OUT); in sample_is_playable()237 pcm = pcm_open(card, device, PCM_OUT, &config); in play_sample()
71 params = pcm_params_get(card, device, i == 0 ? PCM_OUT : PCM_IN); in main()
1029 if ((~pcm->flags) & (PCM_OUT | PCM_MMAP)) in pcm_mmap_write()
45 #define PCM_OUT 0x00000000 macro