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: lkmpg.tex
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -843,7 +843,7 @@ \subsection{Device Drivers}
843
843
On Unix, each piece of hardware is represented by a file located in \verb|/dev| named a device file which provides the means to communicate with the hardware.
844
844
The device driver provides the communication on behalf of a user program.
845
845
% FIXME: use popular device for example
846
-
So the es1370.ko sound card device driver might connect the \verb|/dev/sound| device file to the Ensoniq IS1370 sound card.
846
+
So the es1370.ko sound card device driver might connect the \verb|/dev/sound| device file to the Ensoniq ES1370 sound card.
847
847
A userspace program like mp3blaster can use \verb|/dev/sound| without ever knowing what kind of sound card is installed.
0 commit comments