Linux Kernel
3.7.1
|
#include <omap-pcm.h>
Data Fields | |
char * | name |
int | dma_req |
unsigned long | port_addr |
void(* | set_threshold )(struct snd_pcm_substream *substream) |
int | data_type |
int | packet_size |
Definition at line 30 of file omap-pcm.h.
Definition at line 35 of file omap-pcm.h.
int dma_req |
Definition at line 32 of file omap-pcm.h.
char* name |
Definition at line 31 of file omap-pcm.h.
int packet_size |
Definition at line 37 of file omap-pcm.h.
unsigned long port_addr |
Definition at line 33 of file omap-pcm.h.
void(* set_threshold)(struct snd_pcm_substream *substream) |
Definition at line 34 of file omap-pcm.h.