[bootlin/training-materials updates] master: Kernel slides: "ALSA" instead of "Alsa" (a056b78b)

Michael Opdenacker michael.opdenacker at bootlin.com
Tue Apr 20 15:12:03 CEST 2021


Repository : https://github.com/bootlin/training-materials
On branch  : master
Link       : https://github.com/bootlin/training-materials/commit/a056b78baf555ff72d590a10f01cbae996763111

>---------------------------------------------------------------

commit a056b78baf555ff72d590a10f01cbae996763111
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Tue Apr 20 15:12:03 2021 +0200

    Kernel slides: "ALSA" instead of "Alsa"
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


>---------------------------------------------------------------

a056b78baf555ff72d590a10f01cbae996763111
 slides/kernel-frameworks2/kernel-frameworks2.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/slides/kernel-frameworks2/kernel-frameworks2.tex b/slides/kernel-frameworks2/kernel-frameworks2.tex
index 6e8ac04b..969537db 100644
--- a/slides/kernel-frameworks2/kernel-frameworks2.tex
+++ b/slides/kernel-frameworks2/kernel-frameworks2.tex
@@ -190,7 +190,7 @@ Many more operations exist. All of them are optional.
       read/write API.
     \item For example: changing the speed of a serial port, setting
       video output format, querying a device serial number... Used
-      extensively in the V4L2 (video) and Alsa (sound) driver frameworks.
+      extensively in the V4L2 (video) and ALSA (sound) driver frameworks.
     \item \code{cmd} is a number identifying the operation to perform
     \item \code{arg} is the optional argument passed as third argument
       of the \code{ioctl()} system call. Can be an integer, an




More information about the training-materials-updates mailing list