diff options
author | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2018-06-14 06:43:07 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2018-06-15 17:10:01 -0400 |
commit | 1ca2c806d85272f5d412910df160d82c2234c0e0 (patch) | |
tree | 651948e9ebd731edaf1bfdfcb81ef6dee820c929 | |
parent | 042c768e065c219750742ba63e675517b4e38020 (diff) |
kernel-parameters.txt: fix pointers to sound parameters
The alsa parameters file was renamed to alsa-configuration.rst.
With regards to OSS, it got retired as a hole by at changeset
727dede0ba8a ("sound: Retire OSS"). So, it doesn't make sense
to keep mentioning it at kernel-parameters.txt.
Fixes: 727dede0ba8a ("sound: Retire OSS")
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Acked-by: Jonathan Corbet <corbet@lwn.net>
-rw-r--r-- | Documentation/admin-guide/kernel-parameters.txt | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Documentation/admin-guide/kernel-parameters.txt b/Documentation/admin-guide/kernel-parameters.txt index 6fa3f31ed2a5..efc7aa7a0670 100644 --- a/Documentation/admin-guide/kernel-parameters.txt +++ b/Documentation/admin-guide/kernel-parameters.txt | |||
@@ -256,7 +256,7 @@ | |||
256 | (may crash computer or cause data corruption) | 256 | (may crash computer or cause data corruption) |
257 | 257 | ||
258 | ALSA [HW,ALSA] | 258 | ALSA [HW,ALSA] |
259 | See Documentation/sound/alsa/alsa-parameters.txt | 259 | See Documentation/sound/alsa-configuration.rst |
260 | 260 | ||
261 | alignment= [KNL,ARM] | 261 | alignment= [KNL,ARM] |
262 | Allow the default userspace alignment fault handler | 262 | Allow the default userspace alignment fault handler |
@@ -2926,9 +2926,6 @@ | |||
2926 | This will also cause panics on machine check exceptions. | 2926 | This will also cause panics on machine check exceptions. |
2927 | Useful together with panic=30 to trigger a reboot. | 2927 | Useful together with panic=30 to trigger a reboot. |
2928 | 2928 | ||
2929 | OSS [HW,OSS] | ||
2930 | See Documentation/sound/oss/oss-parameters.txt | ||
2931 | |||
2932 | page_owner= [KNL] Boot-time page_owner enabling option. | 2929 | page_owner= [KNL] Boot-time page_owner enabling option. |
2933 | Storage of the information about who allocated | 2930 | Storage of the information about who allocated |
2934 | each page is disabled in default. With this switch, | 2931 | each page is disabled in default. With this switch, |