Searched refs:joystick_io (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/sound/isa/msnd/ |
H A D | msnd_pinnacle.c | 764 static long joystick_io[SNDRV_CARDS] = SNDRV_DEFAULT_PORT; variable 806 module_param_hw_array(joystick_io, long, ioport, NULL, 0444); 989 if (joystick_io[idx] != SNDRV_AUTO_PORT) { in snd_msnd_isa_probe() 992 joystick_io[idx]); in snd_msnd_isa_probe() 994 joystick_io[idx], 0, in snd_msnd_isa_probe()
|
/kernel/linux/linux-6.6/sound/isa/msnd/ |
H A D | msnd_pinnacle.c | 730 static long joystick_io[SNDRV_CARDS] = SNDRV_DEFAULT_PORT; variable 772 module_param_hw_array(joystick_io, long, ioport, NULL, 0444); 953 if (joystick_io[idx] != SNDRV_AUTO_PORT) { in snd_msnd_isa_probe() 956 joystick_io[idx]); in snd_msnd_isa_probe() 958 joystick_io[idx], 0, in snd_msnd_isa_probe()
|
Completed in 3 milliseconds