Linux Kernel
3.7.1
|
Data Fields | |
unsigned long | mmio |
unsigned int | txid |
struct snd_pcm_substream * | tx_ss |
unsigned long | tx_period_size |
unsigned int | tx_period |
struct snd_pcm_substream * | rx_ss |
unsigned long | rx_period_size |
unsigned int | rx_period |
Definition at line 52 of file dma-sh7760.c.
unsigned long mmio |
Definition at line 53 of file dma-sh7760.c.
unsigned int rx_period |
Definition at line 62 of file dma-sh7760.c.
unsigned long rx_period_size |
Definition at line 61 of file dma-sh7760.c.
struct snd_pcm_substream* rx_ss |
Definition at line 60 of file dma-sh7760.c.
unsigned int tx_period |
Definition at line 58 of file dma-sh7760.c.
unsigned long tx_period_size |
Definition at line 57 of file dma-sh7760.c.
struct snd_pcm_substream* tx_ss |
Definition at line 56 of file dma-sh7760.c.
unsigned int txid |
Definition at line 54 of file dma-sh7760.c.