You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/kernel-hackers-notebook/ev3-sound.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ title: EV3 Sound
12
12
13
13
## Device Driver
14
14
15
-
The driver is implemented as an [ALSA](https://www.kernel.org/doc/Documentation/sound/alsa/) sound driver. There is an [input](https://www.kernel.org/doc/Documentation/input/input.txt) device that is integrated into the ASLA driver to provide a system beep (e.g. ^G). There are also extra attributes for manually controlling tone mode since the input device required root privileges when used from a remote terminal (i.e. ssh).
15
+
The driver is implemented as an [ALSA](https://www.kernel.org/doc/html/latest/sound/index.html) sound driver. There is an [input](https://www.kernel.org/doc/Documentation/input/input.txt) device that is integrated into the ASLA driver to provide a system beep (e.g. ^G). There are also extra attributes for manually controlling tone mode since the input device required root privileges when used from a remote terminal (i.e. ssh).
0 commit comments