struct pcm_info {
u32 created:1, /* has this direction been created with alsa? */
active:1; /* is this stream active? */ /* runtime information */ struct snd_pcm_substream *substream; int current_period;
u32 frame_count; struct dbdma_command_mem dbdma_ring; volatilestruct dbdma_regs __iomem *dbdma; struct completion *stop_completion;
};
struct resource resources[3]; struct resource *allocated_resource[3]; int interrupts[3]; char rnames[3][32];
/* info about currently active substreams */ struct pcm_info out, in;
snd_pcm_format_t format; unsignedint rate;
/* list for a single controller */ struct list_head item; /* number of bus on controller */ int bus_number; /* for use by control layer */ struct pmf_function *enable,
*cell_enable,
*cell_disable,
*clock_enable,
*clock_disable;
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.