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

  /external/qemu/distrib/sdl-1.2.12/src/audio/alsa/
SDL_alsa_audio.c 67 static int (*SDL_NAME(snd_pcm_resume))(snd_pcm_t *pcm);
102 { "snd_pcm_resume", (void**)(char*)&SDL_NAME(snd_pcm_resume) },
334 status = SDL_NAME(snd_pcm_resume)(pcm_handle);
  /device/samsung/crespo/alsa-lib/src/pcm/
pcm_generic.c 178 return snd_pcm_resume(generic->slave);
pcm_multi.c 624 return snd_pcm_resume(multi->slaves[0].linked);
628 err = snd_pcm_resume(multi->slaves[i].pcm);
    [all...]
pcm_direct.c 794 err = snd_pcm_resume(dmix->spcm);
    [all...]
pcm.c 195 system. The stream can be resumed using #snd_pcm_resume()
274 should wait in loop when snd_pcm_resume() != -EAGAIN and then
275 call snd_pcm_prepare() when snd_pcm_resume() return an error code.
276 If snd_pcm_resume() does not fail (a zero value is returned), driver
991 int snd_pcm_resume(snd_pcm_t *pcm) function
    [all...]
  /device/samsung/crespo/alsa-lib/aserver/
aserver.c 487 ctrl->result = snd_pcm_resume(pcm);
  /device/samsung/crespo/alsa-lib/test/
pcm.c 216 while ((err = snd_pcm_resume(handle)) == -EAGAIN)
  /device/samsung/crespo/alsa-utils/speaker-test/
speaker-test.c 492 while ((err = snd_pcm_resume(handle)) == -EAGAIN)
  /device/samsung/crespo/alsa-lib/include/
pcm.h 441 int snd_pcm_resume(snd_pcm_t *pcm);
    [all...]
  /device/samsung/crespo/alsa-utils/aplay/
aplay.c     [all...]

Completed in 22 milliseconds