Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
psc_dma_stream Struct Reference

#include <mpc5200_dma.h>

Data Fields

struct snd_pcm_runtimeruntime
 
int active
 
struct psc_dmapsc_dma
 
struct bcom_taskbcom_task
 
int irq
 
struct snd_pcm_substreamstream
 
int period_next
 
int period_current
 
int period_bytes
 
int period_count
 
u32 ac97_slot_bits
 

Detailed Description

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.

Field Documentation

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.

Definition at line 22 of file mpc5200_dma.h.

Definition at line 27 of file mpc5200_dma.h.


The documentation for this struct was generated from the following file: