[bootlin/training-materials updates] master: Kernel slides: "ALSA" instead of "Alsa" (aefa24db)
    Thomas Petazzoni 
    thomas.petazzoni at bootlin.com
       
    Fri Oct 29 10:46:36 CEST 2021
    
    
  
Repository : https://github.com/bootlin/training-materials
On branch  : master
Link       : https://github.com/bootlin/training-materials/commit/aefa24dbe3ed1c5fb100023fd60a817ea76c2d7c
>---------------------------------------------------------------
commit aefa24dbe3ed1c5fb100023fd60a817ea76c2d7c
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>
>---------------------------------------------------------------
aefa24dbe3ed1c5fb100023fd60a817ea76c2d7c
 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