Searched defs:viadev (Results 1 – 2 of 2) sorted by relevance
78 #define VIADEV_REG(viadev, x) ((viadev)->port + VIA_REG_##x) argument219 struct viadev { struct220 unsigned int reg_offset;221 unsigned long port;222 int direction; /* playback = 0, capture = 1 */223 struct snd_pcm_substream *substream;224 int running;225 unsigned int tbl_entries; /* # descriptors */226 struct snd_dma_buffer table;250 struct viadev devs[VIA_MAX_MODEM_DEVS]; argument[all …]
139 #define VIADEV_REG(viadev, x) ((viadev)->port + VIA_REG_##x) argument324 struct viadev { struct325 unsigned int reg_offset;326 unsigned long port;327 int direction; /* playback = 0, capture = 1 */328 struct snd_pcm_substream *substream;329 int running;330 unsigned int tbl_entries; /* # descriptors */331 struct snd_dma_buffer table;332 struct snd_via_sg_table *idx_table;[all …]