HomeSort by relevance Sort by last modified time
    Searched refs:pcm_open (Results 1 - 6 of 6) 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 458 struct pcm *pcm_open(unsigned int card, unsigned int device, function
  /device/samsung/tuna/audio/
audio_hw.c 625 adev->pcm_modem_dl = pcm_open(0, PORT_MODEM, PCM_OUT, &pcm_config_vx);
633 adev->pcm_modem_ul = pcm_open(0, PORT_MODEM, PCM_IN, &pcm_config_vx);
    [all...]
  /device/samsung/crespo/libaudio/
AudioHardware.cpp 794 mPcm = pcm_open(0, 0, flags, &config);
    [all...]

Completed in 54 milliseconds