Searched refs:port_tc (Results 1 – 2 of 2) sorted by relevance
/linux/sound/isa/gus/ |
H A D | interwave.c | 43 static long port_tc[SNDRV_CARDS] = SNDRV_DEFAULT_PORT; /* 0x350,0x360,0x370,0x380 */ variable 75 module_param_hw_array(port_tc, long, ioport, NULL, 0444); 76 MODULE_PARM_DESC(port_tc, "Tone control (TEA6330T - i2c bus) port # for InterWave driver."); 198 port = port_tc[dev]; in snd_interwave_detect_stb() 601 port_tc[dev] = pnp_port_start(pdev, 0); in snd_interwave_pnp() 602 dev_dbg(&pdev->dev, "isapnp IW: tone control port=0x%lx\n", port_tc[dev]); in snd_interwave_pnp()
|
/linux/Documentation/sound/ |
H A D | alsa-configuration.rst | 1406 port_tc
|