Searched refs:wss_config (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/sound/isa/galaxy/
H A Dgalaxy.c172 static void wss_set_config(void __iomem *wss_port, u8 wss_config) wss_set_config() argument
174 iowrite8(wss_config, wss_port + WSS_PORT_CONFIG); wss_set_config()
205 static u8 wss_config[SNDRV_CARDS]; variable
259 wss_config[n] |= WSS_CONFIG_IRQ_7; snd_galaxy_match()
264 wss_config[n] |= WSS_CONFIG_IRQ_9; snd_galaxy_match()
267 wss_config[n] |= WSS_CONFIG_IRQ_10; snd_galaxy_match()
270 wss_config[n] |= WSS_CONFIG_IRQ_11; snd_galaxy_match()
282 wss_config[n] |= WSS_CONFIG_DMA_0; snd_galaxy_match()
285 wss_config[n] |= WSS_CONFIG_DMA_1; snd_galaxy_match()
288 wss_config[n] |= WSS_CONFIG_DMA_3; snd_galaxy_match()
300 wss_config[n] |= WSS_CONFIG_DUPLEX; snd_galaxy_match()
464 static int galaxy_wss_config(struct snd_galaxy *galaxy, u8 wss_config) galaxy_wss_config() argument
472 wss_set_config(galaxy->wss_port, wss_config); galaxy_wss_config()
555 err = galaxy_wss_config(galaxy, wss_config[n]); snd_galaxy_probe()

Completed in 197 milliseconds