Home
last modified time | relevance | path

Searched defs:viadev (Results 1 – 2 of 2) sorted by relevance

/sound/pci/
Dvia82xx_modem.c78 #define VIADEV_REG(viadev, x) ((viadev)->port + VIA_REG_##x) argument
219 struct viadev { struct
220 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 …]
Dvia82xx.c139 #define VIADEV_REG(viadev, x) ((viadev)->port + VIA_REG_##x) argument
324 struct viadev { struct
325 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 …]