Skip to content

Commit e50123f

Browse files
committed
Fix typo
The correct name of the sound card is Ensoniq ES1370, not IS1370. The es1370 kernel driver supports the Ensoniq ES1370 AudioPCI sound card. Close #336
1 parent 901f67b commit e50123f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lkmpg.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -843,7 +843,7 @@ \subsection{Device Drivers}
843843
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.
844844
The device driver provides the communication on behalf of a user program.
845845
% 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.
847847
A userspace program like mp3blaster can use \verb|/dev/sound| without ever knowing what kind of sound card is installed.
848848

849849
Let's look at some device files.

0 commit comments

Comments
 (0)