Linux Kernel
3.7.1
|
Data Structures | |
struct | assp_instance |
Data Fields | |
int | number |
struct snd_pcm_substream * | substream |
struct m3_dma::assp_instance | inst |
int | running |
int | opened |
unsigned long | buffer_addr |
int | dma_size |
int | period_size |
unsigned int | hwptr |
int | count |
int | index [3] |
struct m3_list * | index_list [3] |
int | in_lists |
struct list_head | list |
Definition at line 712 of file maestro3.c.
unsigned long buffer_addr |
Definition at line 724 of file maestro3.c.
int count |
Definition at line 728 of file maestro3.c.
int dma_size |
Definition at line 725 of file maestro3.c.
unsigned int hwptr |
Definition at line 727 of file maestro3.c.
int in_lists |
Definition at line 733 of file maestro3.c.
int index[3] |
Definition at line 730 of file maestro3.c.
Definition at line 731 of file maestro3.c.
Definition at line 735 of file maestro3.c.
int number |
Definition at line 714 of file maestro3.c.
int opened |
Definition at line 722 of file maestro3.c.
int period_size |
Definition at line 726 of file maestro3.c.
int running |
Definition at line 721 of file maestro3.c.
struct snd_pcm_substream* substream |
Definition at line 715 of file maestro3.c.