Searched refs:port_tc (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/sound/isa/gus/ |
D | interwave.c | 64 static long port_tc[SNDRV_CARDS] = SNDRV_DEFAULT_PORT; /* 0x350,0x360,0x370,0x380 */ variable 98 module_param_array(port_tc, long, NULL, 0444); 99 MODULE_PARM_DESC(port_tc, "Tone control (TEA6330T - i2c bus) port # for InterWave driver."); 221 port = port_tc[dev]; in snd_interwave_detect_stb() 602 port_tc[dev] = pnp_port_start(pdev, 0); in snd_interwave_pnp() 603 snd_printdd("isapnp IW: tone control port=0x%lx\n", port_tc[dev]); in snd_interwave_pnp()
|
/linux-4.4.14/Documentation/sound/alsa/ |
D | ALSA-Configuration.txt | 1205 port_tc - tone control (i2c bus) port # for TEA6330T chip (0x350,0x360,0x370,0x380)
|