Linux Kernel
3.7.1
|
Go to the source code of this file.
Functions | |
snd_pcm_uframes_t | snd_pcm_indirect2_pointer (struct snd_pcm_substream *substream, struct snd_pcm_indirect2 *rec) |
void | snd_pcm_indirect2_playback_interrupt (struct snd_pcm_substream *substream, struct snd_pcm_indirect2 *rec, snd_pcm_indirect2_copy_t copy, snd_pcm_indirect2_zero_t zero) |
void | snd_pcm_indirect2_capture_interrupt (struct snd_pcm_substream *substream, struct snd_pcm_indirect2 *rec, snd_pcm_indirect2_copy_t copy, snd_pcm_indirect2_zero_t null) |
void snd_pcm_indirect2_capture_interrupt | ( | struct snd_pcm_substream * | substream, |
struct snd_pcm_indirect2 * | rec, | ||
snd_pcm_indirect2_copy_t | copy, | ||
snd_pcm_indirect2_zero_t | null | ||
) |
Definition at line 537 of file pcm-indirect2.c.
void snd_pcm_indirect2_playback_interrupt | ( | struct snd_pcm_substream * | substream, |
struct snd_pcm_indirect2 * | rec, | ||
snd_pcm_indirect2_copy_t | copy, | ||
snd_pcm_indirect2_zero_t | zero | ||
) |
Definition at line 374 of file pcm-indirect2.c.
snd_pcm_uframes_t snd_pcm_indirect2_pointer | ( | struct snd_pcm_substream * | substream, |
struct snd_pcm_indirect2 * | rec | ||
) |
Definition at line 232 of file pcm-indirect2.c.