Searched refs:cs4232_mpu_port (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/sound/isa/wavefront/ |
| H A D | wavefront.c | 34 static long cs4232_mpu_port[SNDRV_CARDS] = SNDRV_DEFAULT_PORT; /* PnP setup */ variable 61 module_param_hw_array(cs4232_mpu_port, long, ioport, NULL, 0444); 62 MODULE_PARM_DESC(cs4232_mpu_port, "port # for CS4232 MPU-401 interface."); 179 cs4232_mpu_port[dev] = SNDRV_AUTO_PORT; in snd_wavefront_pnp() 181 cs4232_mpu_port[dev] = pnp_port_start(pdev, 0); in snd_wavefront_pnp() 186 cs4232_mpu_port[dev], in snd_wavefront_pnp() 435 if (cs4232_mpu_port[dev] > 0 && cs4232_mpu_port[dev] != SNDRV_AUTO_PORT) { in snd_wavefront_probe() 437 cs4232_mpu_port[dev], 0, in snd_wavefront_probe() 515 if (cs4232_mpu_port[dev] > 0 && cs4232_mpu_port[dev] != SNDRV_AUTO_PORT) { in snd_wavefront_probe() 518 cs4232_mpu_port[dev], in snd_wavefront_probe()
|
| /OK3568_Linux_fs/kernel/Documentation/sound/ |
| H A D | alsa-configuration.rst | 2080 cs4232_mpu_port
|