Linux Kernel
3.7.1
|
Data Fields | |
struct snd_dma_buffer | bdl |
u32 * | posbuf |
unsigned int | bufsize |
unsigned int | period_bytes |
unsigned int | frags |
unsigned int | fifo_size |
unsigned long | start_wallclk |
unsigned long | period_wallclk |
void __iomem * | sd_addr |
u32 | sd_int_sta_mask |
struct snd_pcm_substream * | substream |
unsigned int | format_val |
unsigned char | stream_tag |
unsigned char | index |
int | assigned_key |
unsigned int | opened:1 |
unsigned int | running:1 |
unsigned int | irq_pending:1 |
unsigned int | insufficient:1 |
unsigned int | wc_marked:1 |
unsigned int | no_period_wakeup:1 |
Definition at line 382 of file hda_intel.c.
int assigned_key |
Definition at line 406 of file hda_intel.c.
struct snd_dma_buffer bdl |
Definition at line 383 of file hda_intel.c.
unsigned int bufsize |
Definition at line 386 of file hda_intel.c.
Definition at line 389 of file hda_intel.c.
unsigned int format_val |
Definition at line 401 of file hda_intel.c.
unsigned int frags |
Definition at line 388 of file hda_intel.c.
unsigned char index |
Definition at line 405 of file hda_intel.c.
unsigned int insufficient |
Definition at line 416 of file hda_intel.c.
unsigned int irq_pending |
Definition at line 410 of file hda_intel.c.
unsigned int no_period_wakeup |
Definition at line 418 of file hda_intel.c.
unsigned int opened |
Definition at line 408 of file hda_intel.c.
unsigned int period_bytes |
Definition at line 387 of file hda_intel.c.
unsigned long period_wallclk |
Definition at line 391 of file hda_intel.c.
u32* posbuf |
Definition at line 384 of file hda_intel.c.
unsigned int running |
Definition at line 409 of file hda_intel.c.
Definition at line 393 of file hda_intel.c.
u32 sd_int_sta_mask |
Definition at line 395 of file hda_intel.c.
unsigned long start_wallclk |
Definition at line 390 of file hda_intel.c.
unsigned char stream_tag |
Definition at line 404 of file hda_intel.c.
struct snd_pcm_substream* substream |
Definition at line 398 of file hda_intel.c.
unsigned int wc_marked |
Definition at line 417 of file hda_intel.c.