Home
last modified time | relevance | path

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

/linux/sound/pci/
H A Dvia82xx_modem.c63 #define VIADEV_REG(viadev, x) ((viadev)->port + VIA_REG_##x) argument
204 struct viadev { struct
205 unsigned int reg_offset;
206 unsigned long port;
207 int direction; /* playback = 0, capture = 1 */
208 struct snd_pcm_substream *substream;
209 int running;
210 unsigned int tbl_entries; /* # descriptors */
211 struct snd_dma_buffer table;
235 struct viadev devs[VIA_MAX_MODEM_DEVS]; argument
[all …]
H A Dvia82xx.c124 #define VIADEV_REG(viadev, x) ((viadev)->port + VIA_REG_##x) argument
309 struct viadev { struct
310 unsigned int reg_offset;
311 unsigned long port;
312 int direction; /* playback = 0, capture = 1 */
313 struct snd_pcm_substream *substream;
314 int running;
315 unsigned int tbl_entries; /* # descriptors */
316 struct snd_dma_buffer table;
317 struct snd_via_sg_table *idx_table;
[all …]