HomeSort by relevance Sort by last modified time
    Searched refs:pcm_params_get (Results 1 - 8 of 8) sorted by null

  /external/tinyalsa/
tinypcminfo.c 138 params = pcm_params_get(card, device, i == 0 ? PCM_OUT : PCM_IN);
tinyplay.c 194 params = pcm_params_get(card, device, PCM_OUT);
pcm.c 591 struct pcm_params *pcm_params_get(unsigned int card, unsigned int device, function
    [all...]
  /system/media/alsa_utils/
alsa_device_profile.c 331 pcm_params_get(profile->card, profile->device, profile->direction);
395 struct pcm_params * alsa_hw_params = pcm_params_get(profile->card,
  /external/tinyalsa/include/tinyalsa/
asoundlib.h 163 struct pcm_params *pcm_params_get(unsigned int card, unsigned int device,
  /system/extras/tests/audio/alsa/
pcmtest.cpp 133 params = pcm_params_get(pcmnodes[i].card, pcmnodes[i].device,
  /device/linaro/hikey/audio/
audio_hw.c 437 params = pcm_params_get(CARD_OUT, PORT_CODEC, PCM_OUT);
  /hardware/qcom/audio/hal/
audio_hw.c     [all...]

Completed in 155 milliseconds