Searched refs:cs4232_pcm_port (Results 1 – 2 of 2) sorted by relevance
/linux/sound/isa/wavefront/ |
H A D | wavefront.c | 31 static long cs4232_pcm_port[SNDRV_CARDS] = SNDRV_DEFAULT_PORT; /* PnP setup */ variable 52 module_param_hw_array(cs4232_pcm_port, long, ioport, NULL, 0444); 53 MODULE_PARM_DESC(cs4232_pcm_port, "Port # for CS4232 PCM interface."); 147 cs4232_pcm_port[dev] = pnp_port_start(pdev, 0); in snd_wavefront_pnp() 191 cs4232_pcm_port[dev], in snd_wavefront_pnp() 349 err = snd_wss_create(card, cs4232_pcm_port[dev], -1, in snd_wavefront_probe() 528 if (cs4232_pcm_port[dev] == SNDRV_AUTO_PORT) { in snd_wavefront_isa_match() 588 if (cs4232_pcm_port[dev] == SNDRV_AUTO_PORT) { in snd_wavefront_pnp_detect()
|
/linux/Documentation/sound/ |
H A D | alsa-configuration.rst | 2099 cs4232_pcm_port
|