diff options
author | Tom Saeger <tom.saeger@oracle.com> | 2017-10-10 12:36:23 -0500 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2017-10-12 11:14:06 -0600 |
commit | 1752118d48e7627756acf7fb8c13541305078fed (patch) | |
tree | 23092b0c66892d8376ff98c00101304861fc0a8a /Documentation/sound | |
parent | 3ba9b1b814fe37ba3267b58917a73dc69eebde40 (diff) | |
download | linux-1752118d48e7627756acf7fb8c13541305078fed.tar.bz2 |
Documentation: fix input related doc refs
Make `input` document refs valid including:
- joystick
- joystick-parport
Signed-off-by: Tom Saeger <tom.saeger@oracle.com>
Reviewed-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/sound')
-rw-r--r-- | Documentation/sound/cards/joystick.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/sound/cards/joystick.rst b/Documentation/sound/cards/joystick.rst index a6e468c81d02..488946fc1079 100644 --- a/Documentation/sound/cards/joystick.rst +++ b/Documentation/sound/cards/joystick.rst @@ -11,7 +11,7 @@ General First of all, you need to enable GAMEPORT support on Linux kernel for using a joystick with the ALSA driver. For the details of gameport -support, refer to Documentation/input/joystick.txt. +support, refer to Documentation/input/joydev/joystick.rst. The joystick support of ALSA drivers is different between ISA and PCI cards. In the case of ISA (PnP) cards, it's usually handled by the |