Home
last modified time | relevance | path

Searched refs:snd_pcm_direct_hw_free (Results 1 – 5 of 5) sorted by relevance

/third_party/alsa-lib/src/pcm/
Dpcm_direct.h235 #define snd_pcm_direct_hw_free \ macro
332 int snd_pcm_direct_hw_free(snd_pcm_t *pcm);
Dpcm_dsnoop.c503 .hw_free = snd_pcm_direct_hw_free,
Dpcm_dshare.c630 .hw_free = snd_pcm_direct_hw_free,
Dpcm_dmix.c933 .hw_free = snd_pcm_direct_hw_free,
Dpcm_direct.c998 int snd_pcm_direct_hw_free(snd_pcm_t *pcm ATTRIBUTE_UNUSED) function