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

  /external/qemu/distrib/sdl-1.2.12/src/audio/alsa/
SDL_alsa_audio.c 89 static int (*SDL_NAME(snd_pcm_sw_params))(snd_pcm_t *pcm, snd_pcm_sw_params_t *params);
122 { "snd_pcm_sw_params", (void**)(char*)&SDL_NAME(snd_pcm_sw_params) },
511 status = SDL_NAME(snd_pcm_sw_params)(pcm_handle, swparams);
  /external/qemu/android/config/
check-alsa.c 28 DYN_FUNCTION(int,snd_pcm_sw_params,(snd_pcm_t *pcm, snd_pcm_sw_params_t *params)) \
  /bionic/libc/kernel/common/sound/
asound.h 344 struct snd_pcm_sw_params { struct
442 #define SNDRV_PCM_IOCTL_SW_PARAMS _IOWR('A', 0x13, struct snd_pcm_sw_params)
    [all...]