Loading sound/pci/atiixp.c +4 −0 Original line number Diff line number Diff line Loading @@ -56,6 +56,10 @@ MODULE_PARM_DESC(ac97_quirk, "AC'97 workaround for strange hardware."); module_param(spdif_aclink, bool, 0444); MODULE_PARM_DESC(spdif_aclink, "S/PDIF over AC-link."); /* just for backward compatibility */ static int enable; module_param(enable, int, 0444); /* */ Loading sound/pci/atiixp_modem.c +4 −0 Original line number Diff line number Diff line Loading @@ -50,6 +50,10 @@ MODULE_PARM_DESC(id, "ID string for ATI IXP controller."); module_param(ac97_clock, int, 0444); MODULE_PARM_DESC(ac97_clock, "AC'97 codec clock (default 48000Hz)."); /* just for backward compatibility */ static int enable; module_param(enable, int, 0444); /* */ Loading sound/pci/hda/hda_intel.c +4 −0 Original line number Diff line number Diff line Loading @@ -61,6 +61,10 @@ MODULE_PARM_DESC(model, "Use the given board model."); module_param(position_fix, int, 0444); MODULE_PARM_DESC(position_fix, "Fix DMA pointer (0 = auto, 1 = none, 2 = POSBUF, 3 = FIFO size)."); /* just for backward compatibility */ static int enable; module_param(enable, int, 0444); MODULE_LICENSE("GPL"); MODULE_SUPPORTED_DEVICE("{{Intel, ICH6}," "{Intel, ICH6M}," Loading sound/pci/intel8x0.c +6 −0 Original line number Diff line number Diff line Loading @@ -87,6 +87,12 @@ MODULE_PARM_DESC(buggy_irq, "Enable workaround for buggy interrupts on some moth module_param(xbox, bool, 0444); MODULE_PARM_DESC(xbox, "Set to 1 for Xbox, if you have problems with the AC'97 codec detection."); /* just for backward compatibility */ static int enable; module_param(enable, int, 0444); static int joystick; module_param(joystick, int, 0444); /* * Direct registers */ Loading sound/pci/intel8x0m.c +4 −0 Original line number Diff line number Diff line Loading @@ -67,6 +67,10 @@ MODULE_PARM_DESC(id, "ID string for Intel i8x0 modemcard."); module_param(ac97_clock, int, 0444); MODULE_PARM_DESC(ac97_clock, "AC'97 codec clock (0 = auto-detect)."); /* just for backward compatibility */ static int enable; module_param(enable, int, 0444); /* * Direct registers */ Loading Loading
sound/pci/atiixp.c +4 −0 Original line number Diff line number Diff line Loading @@ -56,6 +56,10 @@ MODULE_PARM_DESC(ac97_quirk, "AC'97 workaround for strange hardware."); module_param(spdif_aclink, bool, 0444); MODULE_PARM_DESC(spdif_aclink, "S/PDIF over AC-link."); /* just for backward compatibility */ static int enable; module_param(enable, int, 0444); /* */ Loading
sound/pci/atiixp_modem.c +4 −0 Original line number Diff line number Diff line Loading @@ -50,6 +50,10 @@ MODULE_PARM_DESC(id, "ID string for ATI IXP controller."); module_param(ac97_clock, int, 0444); MODULE_PARM_DESC(ac97_clock, "AC'97 codec clock (default 48000Hz)."); /* just for backward compatibility */ static int enable; module_param(enable, int, 0444); /* */ Loading
sound/pci/hda/hda_intel.c +4 −0 Original line number Diff line number Diff line Loading @@ -61,6 +61,10 @@ MODULE_PARM_DESC(model, "Use the given board model."); module_param(position_fix, int, 0444); MODULE_PARM_DESC(position_fix, "Fix DMA pointer (0 = auto, 1 = none, 2 = POSBUF, 3 = FIFO size)."); /* just for backward compatibility */ static int enable; module_param(enable, int, 0444); MODULE_LICENSE("GPL"); MODULE_SUPPORTED_DEVICE("{{Intel, ICH6}," "{Intel, ICH6M}," Loading
sound/pci/intel8x0.c +6 −0 Original line number Diff line number Diff line Loading @@ -87,6 +87,12 @@ MODULE_PARM_DESC(buggy_irq, "Enable workaround for buggy interrupts on some moth module_param(xbox, bool, 0444); MODULE_PARM_DESC(xbox, "Set to 1 for Xbox, if you have problems with the AC'97 codec detection."); /* just for backward compatibility */ static int enable; module_param(enable, int, 0444); static int joystick; module_param(joystick, int, 0444); /* * Direct registers */ Loading
sound/pci/intel8x0m.c +4 −0 Original line number Diff line number Diff line Loading @@ -67,6 +67,10 @@ MODULE_PARM_DESC(id, "ID string for Intel i8x0 modemcard."); module_param(ac97_clock, int, 0444); MODULE_PARM_DESC(ac97_clock, "AC'97 codec clock (0 = auto-detect)."); /* just for backward compatibility */ static int enable; module_param(enable, int, 0444); /* * Direct registers */ Loading