Linux Kernel
3.7.1
|
#include <mpc5200_dma.h>
psc_ac97_stream - Data specific to a single stream (playback or capture) : flag indicating if the stream is active : pointer back to parent psc_dma data structure : bestcomm task structure : irq number for bestcomm task : physical address of end of DMA region : physical address of next DMA buffer to enqueue : size of DMA period in bytes : Enable bits for turning on the correct AC97 slot
Definition at line 21 of file mpc5200_dma.h.
u32 ac97_slot_bits |
Definition at line 34 of file mpc5200_dma.h.
int active |
Definition at line 23 of file mpc5200_dma.h.
Definition at line 25 of file mpc5200_dma.h.
int irq |
Definition at line 26 of file mpc5200_dma.h.
int period_bytes |
Definition at line 30 of file mpc5200_dma.h.
int period_count |
Definition at line 31 of file mpc5200_dma.h.
int period_current |
Definition at line 29 of file mpc5200_dma.h.
int period_next |
Definition at line 28 of file mpc5200_dma.h.
Definition at line 24 of file mpc5200_dma.h.
struct snd_pcm_runtime* runtime |
Definition at line 22 of file mpc5200_dma.h.
struct snd_pcm_substream* stream |
Definition at line 27 of file mpc5200_dma.h.