Lines Matching defs:wss_config
159 static void wss_set_config(void __iomem *wss_port, u8 wss_config)
161 iowrite8(wss_config, wss_port + WSS_PORT_CONFIG);
192 static u8 wss_config[SNDRV_CARDS];
246 wss_config[n] |= WSS_CONFIG_IRQ_7;
252 wss_config[n] |= WSS_CONFIG_IRQ_9;
255 wss_config[n] |= WSS_CONFIG_IRQ_10;
258 wss_config[n] |= WSS_CONFIG_IRQ_11;
270 wss_config[n] |= WSS_CONFIG_DMA_0;
273 wss_config[n] |= WSS_CONFIG_DMA_1;
276 wss_config[n] |= WSS_CONFIG_DMA_3;
288 wss_config[n] |= WSS_CONFIG_DUPLEX;
454 static int galaxy_wss_config(struct snd_galaxy *galaxy, u8 wss_config)
462 wss_set_config(galaxy->wss_port, wss_config);
545 err = galaxy_wss_config(galaxy, wss_config[n]);