Searched defs:snd_wss (Results 1 – 1 of 1) sorted by relevance
79 struct snd_wss { struct80 unsigned long port; /* base i/o port */81 struct resource *res_port;82 unsigned long cport; /* control base i/o port (CS4236) */83 struct resource *res_cport;84 int irq; /* IRQ line */85 int dma1; /* playback DMA */86 int dma2; /* record DMA */87 unsigned short version; /* version of CODEC chip */88 unsigned short mode; /* see to WSS_MODE_XXXX */[all …]