Searched refs:pcm_open (Results 1 – 5 of 5) sorted by relevance
/external/tinyalsa/ |
D | tinyhostless.c | 249 pcm_play = pcm_open(card, p_device, PCM_OUT, &config); in play_sample() 260 pcm_cap = pcm_open(card, c_device, PCM_IN, &config); in play_sample()
|
D | tinycap.c | 217 pcm = pcm_open(card, device, PCM_IN, &config); in capture_sample()
|
D | tinyplay.c | 242 pcm = pcm_open(card, device, PCM_OUT, &config); in play_sample()
|
D | pcm.c | 875 struct pcm *pcm_open(unsigned int card, unsigned int device, in pcm_open() function
|
/external/tinyalsa/include/tinyalsa/ |
D | asoundlib.h | 157 struct pcm *pcm_open(unsigned int card, unsigned int device,
|