OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pcm_open
(Results
1 - 5
of
5
) sorted by null
/external/tinyalsa/include/tinyalsa/
asoundlib.h
104
struct pcm *
pcm_open
(unsigned int card, unsigned int device,
/external/tinyalsa/
tinyplay.c
128
pcm =
pcm_open
(0, device, PCM_OUT, &config);
tinycap.c
164
pcm =
pcm_open
(0, device, PCM_IN, &config);
pcm.c
454
struct pcm *
pcm_open
(unsigned int card, unsigned int device,
function
/device/samsung/tuna/audio/
audio_hw.c
616
adev->pcm_modem_dl =
pcm_open
(0, PORT_MODEM, PCM_OUT, &pcm_config_vx);
624
adev->pcm_modem_ul =
pcm_open
(0, PORT_MODEM, PCM_IN, &pcm_config_vx);
[
all
...]
Completed in 51 milliseconds