Home
last modified time | relevance | path

Searched refs:pss_cdrom_port (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/sound/oss/
Dpss.c149 static int pss_cdrom_port = -1; /* Parameter for the PSS cdrom port */ variable
676 if (pss_cdrom_port == -1) { /* If cdrom port enablation wasn't requested */ in configure_nonsound_components()
678 } else if (!request_region(pss_cdrom_port, 2, "PSS CDROM")) { in configure_nonsound_components()
679 pss_cdrom_port = -1; in configure_nonsound_components()
682 set_io_base(devc, CONF_CDROM, pss_cdrom_port); in configure_nonsound_components()
683 printk(KERN_INFO "PSS: CDROM I/O port set to 0x%x.\n", pss_cdrom_port); in configure_nonsound_components()
1154 module_param(pss_cdrom_port, int, 0);
1155 MODULE_PARM_DESC(pss_cdrom_port, "Set the PSS CDROM port i/o base (0x340 or other)");
1238 } else if (pss_cdrom_port != -1) in cleanup_pss()
1239 release_region(pss_cdrom_port, 2); in cleanup_pss()
/linux-4.4.14/Documentation/sound/oss/
DPSS-updates20 pss_cdrom_port
32 modprobe pss pss_cdrom_port=0x340 && modprobe aztcd aztcd=0x340) The default
78 …ss_io=0x220 mpu_io=0x338 mpu_irq=9 mss_io=0x530 mss_irq=10 mss_dma=1 pss_cdrom_port=0x340 pss_enab…
85 /sbin/modprobe pss pss_io=0x220 pss_cdrom_port=0x340 pss_enable_joystick=1 pss_no_sound=1