Searched defs:comm_page (Results 1 – 2 of 2) sorted by relevance
645 struct comm_page { /* Base Length*/ struct646 u32 comm_size; /* size of this object 0x000 4 */647 u32 flags; /* See Appendix A below 0x004 4 */648 u32 unused; /* Unused entry 0x008 4 */649 u32 sample_rate; /* Card sample rate in Hz 0x00c 4 */650 u32 handshake; /* DSP command handshake 0x010 4 */651 u32 cmd_start; /* Chs. to start mask 0x014 4 */652 u32 cmd_stop; /* Chs. to stop mask 0x018 4 */653 u32 cmd_reset; /* Chs. to reset mask 0x01c 4 */654 u16 audio_format[DSP_MAXPIPES]; /* Chs. audio format 0x020 32*2 */[all …]
391 struct comm_page *comm_page; /* Virtual address of the memory member