[bootlin/training-materials updates] master: labs/sysdev-thirdparty*: update alsa-utils installed files (afe1ee2f)

Michael Opdenacker michael.opdenacker at bootlin.com
Fri Sep 15 09:35:21 CEST 2023


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

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

commit afe1ee2f18626a6a201213a391798cde0eb23a24
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Thu Sep 14 10:05:01 2023 +0200

    labs/sysdev-thirdparty*: update alsa-utils installed files
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


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

afe1ee2f18626a6a201213a391798cde0eb23a24
 .../sysdev-thirdparty-bbb.tex                      |  56 ++++---
 .../sysdev-thirdparty-beagleplay.tex               |  10 +-
 .../sysdev-thirdparty-qemu.tex                     |  56 ++++---
 .../sysdev-thirdparty-stm32.tex                    | 182 ++++++++++-----------
 4 files changed, 155 insertions(+), 149 deletions(-)

diff --git a/labs/sysdev-thirdparty-bbb/sysdev-thirdparty-bbb.tex b/labs/sysdev-thirdparty-bbb/sysdev-thirdparty-bbb.tex
index b50495aa..ba7166cd 100644
--- a/labs/sysdev-thirdparty-bbb/sysdev-thirdparty-bbb.tex
+++ b/labs/sysdev-thirdparty-bbb/sysdev-thirdparty-bbb.tex
@@ -481,13 +481,6 @@ Now, let's see what has been installed in \code{/tmp/alsa-utils/} (run
 \begin{verbatim}
 /tmp/alsa-utils/
 |-- lib
-|   |-- systemd
-|   |   `-- system
-|   |       |-- alsa-restore.service
-|   |       |-- alsa-state.service
-|   |       `-- sound.target.wants
-|   |           |-- alsa-restore.service -> ../alsa-restore.service
-|   |           `-- alsa-state.service -> ../alsa-state.service
 |   `-- udev
 |       `-- rules.d
 |           `-- 90-alsa-restore.rules
@@ -496,7 +489,6 @@ Now, let's see what has been installed in \code{/tmp/alsa-utils/} (run
 |   |   |-- aconnect
 |   |   |-- alsabat
 |   |   |-- alsaloop
-|   |   |-- alsatplg
 |   |   |-- alsaucm
 |   |   |-- amidi
 |   |   |-- amixer
@@ -511,25 +503,38 @@ Now, let's see what has been installed in \code{/tmp/alsa-utils/} (run
 |   |   `-- speaker-test
 |   |-- sbin
 |   |   |-- alsabat-test.sh
-|   |   |-- alsaconf
 |   |   |-- alsactl
 |   |   `-- alsa-info.sh
 |   `-- share
 |       |-- alsa
-|       |   |-- init
-|       |   |   |-- 00main
-|       |   |   |-- ca0106
-|       |   |   |-- default
-|       |   |   |-- hda
-|       |   |   |-- help
-|       |   |   |-- info
-|       |   |   `-- test
-|       |   `-- speaker-test
-|       |       `-- sample_map.csv
-|       |-- man
+|       |   `-- init
+|       |       |-- 00main
+|       |       |-- ca0106
+|       |       |-- default
+|       |       |-- hda
+|       |       |-- help
+|       |       |-- info
+|       |       `-- test
+|       |-- locale
+|       |   |-- de
+|       |   |   `-- LC_MESSAGES
+|       |   |       `-- alsa-utils.mo
+|       |   |-- eu
+|       |   |   `-- LC_MESSAGES
+|       |   |       `-- alsa-utils.mo
 |       |   |-- fr
-|       |   |   `-- man8
-|       |   |       `-- alsaconf.8
+|       |   |   `-- LC_MESSAGES
+|       |   |       `-- alsa-utils.mo
+|       |   |-- ja
+|       |   |   `-- LC_MESSAGES
+|       |   |       `-- alsa-utils.mo
+|       |   |-- ka
+|       |   |   `-- LC_MESSAGES
+|       |   |       `-- alsa-utils.mo
+|       |   `-- sk
+|       |       `-- LC_MESSAGES
+|       |           `-- alsa-utils.mo
+|       |-- man
 |       |   |-- man1
 |       |   |   |-- aconnect.1
 |       |   |   |-- alsabat.1
@@ -549,9 +554,7 @@ Now, let's see what has been installed in \code{/tmp/alsa-utils/} (run
 |       |   |   |-- axfer-transfer.1
 |       |   |   |-- iecset.1
 |       |   |   `-- speaker-test.1
-|       |   |-- man7
-|       |   `-- man8
-|       |       `-- alsaconf.8
+|       |   `-- man7
 |       `-- sounds
 |           `-- alsa
 |               |-- Front_Center.wav
@@ -567,12 +570,11 @@ Now, let's see what has been installed in \code{/tmp/alsa-utils/} (run
     `-- lib
         `-- alsa
 
-24 directories, 62 files
+30 directories, 59 files
 \end{verbatim}
 
 So, we have:
 \begin{itemize}
-\item The {\em systemd} service definitions in \code{lib/systemd}
 \item The {\em udev} rules in \code{lib/udev}
 \item The {\em alsa-utils} binaries in \code{/usr/bin} and \code{/usr/sbin}
 \item Some sound samples in \code{/usr/share/sounds}
diff --git a/labs/sysdev-thirdparty-beagleplay/sysdev-thirdparty-beagleplay.tex b/labs/sysdev-thirdparty-beagleplay/sysdev-thirdparty-beagleplay.tex
index a58d2745..9eea3db1 100644
--- a/labs/sysdev-thirdparty-beagleplay/sysdev-thirdparty-beagleplay.tex
+++ b/labs/sysdev-thirdparty-beagleplay/sysdev-thirdparty-beagleplay.tex
@@ -502,9 +502,9 @@ Now, let's see what has been installed in \code{/tmp/alsa-utils/} (run
 |   |   |-- iecset
 |   |   `-- speaker-test
 |   |-- sbin
-|   |   |-- alsa-info.sh
 |   |   |-- alsabat-test.sh
-|   |   `-- alsactl
+|   |   |-- alsactl
+|   |   `-- alsa-info.sh
 |   `-- share
 |       |-- alsa
 |       |   `-- init
@@ -537,9 +537,9 @@ Now, let's see what has been installed in \code{/tmp/alsa-utils/} (run
 |       |-- man
 |       |   |-- man1
 |       |   |   |-- aconnect.1
-|       |   |   |-- alsa-info.sh.1
 |       |   |   |-- alsabat.1
 |       |   |   |-- alsactl.1
+|       |   |   |-- alsa-info.sh.1
 |       |   |   |-- alsaloop.1
 |       |   |   |-- amidi.1
 |       |   |   |-- amixer.1
@@ -549,9 +549,9 @@ Now, let's see what has been installed in \code{/tmp/alsa-utils/} (run
 |       |   |   |-- arecordmidi.1
 |       |   |   |-- aseqdump.1
 |       |   |   |-- aseqnet.1
+|       |   |   |-- axfer.1
 |       |   |   |-- axfer-list.1
 |       |   |   |-- axfer-transfer.1
-|       |   |   |-- axfer.1
 |       |   |   |-- iecset.1
 |       |   |   `-- speaker-test.1
 |       |   `-- man7
@@ -569,6 +569,8 @@ Now, let's see what has been installed in \code{/tmp/alsa-utils/} (run
 `-- var
     `-- lib
         `-- alsa
+
+30 directories, 59 files
 \end{verbatim}
 
 So, we have:
diff --git a/labs/sysdev-thirdparty-qemu/sysdev-thirdparty-qemu.tex b/labs/sysdev-thirdparty-qemu/sysdev-thirdparty-qemu.tex
index 210b7c9f..350d8498 100644
--- a/labs/sysdev-thirdparty-qemu/sysdev-thirdparty-qemu.tex
+++ b/labs/sysdev-thirdparty-qemu/sysdev-thirdparty-qemu.tex
@@ -480,13 +480,6 @@ Now, let's see what has been installed in \code{/tmp/alsa-utils/} (run
 \begin{verbatim}
 /tmp/alsa-utils/
 |-- lib
-|   |-- systemd
-|   |   `-- system
-|   |       |-- alsa-restore.service
-|   |       |-- alsa-state.service
-|   |       `-- sound.target.wants
-|   |           |-- alsa-restore.service -> ../alsa-restore.service
-|   |           `-- alsa-state.service -> ../alsa-state.service
 |   `-- udev
 |       `-- rules.d
 |           `-- 90-alsa-restore.rules
@@ -495,7 +488,6 @@ Now, let's see what has been installed in \code{/tmp/alsa-utils/} (run
 |   |   |-- aconnect
 |   |   |-- alsabat
 |   |   |-- alsaloop
-|   |   |-- alsatplg
 |   |   |-- alsaucm
 |   |   |-- amidi
 |   |   |-- amixer
@@ -510,25 +502,38 @@ Now, let's see what has been installed in \code{/tmp/alsa-utils/} (run
 |   |   `-- speaker-test
 |   |-- sbin
 |   |   |-- alsabat-test.sh
-|   |   |-- alsaconf
 |   |   |-- alsactl
 |   |   `-- alsa-info.sh
 |   `-- share
 |       |-- alsa
-|       |   |-- init
-|       |   |   |-- 00main
-|       |   |   |-- ca0106
-|       |   |   |-- default
-|       |   |   |-- hda
-|       |   |   |-- help
-|       |   |   |-- info
-|       |   |   `-- test
-|       |   `-- speaker-test
-|       |       `-- sample_map.csv
-|       |-- man
+|       |   `-- init
+|       |       |-- 00main
+|       |       |-- ca0106
+|       |       |-- default
+|       |       |-- hda
+|       |       |-- help
+|       |       |-- info
+|       |       `-- test
+|       |-- locale
+|       |   |-- de
+|       |   |   `-- LC_MESSAGES
+|       |   |       `-- alsa-utils.mo
+|       |   |-- eu
+|       |   |   `-- LC_MESSAGES
+|       |   |       `-- alsa-utils.mo
 |       |   |-- fr
-|       |   |   `-- man8
-|       |   |       `-- alsaconf.8
+|       |   |   `-- LC_MESSAGES
+|       |   |       `-- alsa-utils.mo
+|       |   |-- ja
+|       |   |   `-- LC_MESSAGES
+|       |   |       `-- alsa-utils.mo
+|       |   |-- ka
+|       |   |   `-- LC_MESSAGES
+|       |   |       `-- alsa-utils.mo
+|       |   `-- sk
+|       |       `-- LC_MESSAGES
+|       |           `-- alsa-utils.mo
+|       |-- man
 |       |   |-- man1
 |       |   |   |-- aconnect.1
 |       |   |   |-- alsabat.1
@@ -548,9 +553,7 @@ Now, let's see what has been installed in \code{/tmp/alsa-utils/} (run
 |       |   |   |-- axfer-transfer.1
 |       |   |   |-- iecset.1
 |       |   |   `-- speaker-test.1
-|       |   |-- man7
-|       |   `-- man8
-|       |       `-- alsaconf.8
+|       |   `-- man7
 |       `-- sounds
 |           `-- alsa
 |               |-- Front_Center.wav
@@ -566,12 +569,11 @@ Now, let's see what has been installed in \code{/tmp/alsa-utils/} (run
     `-- lib
         `-- alsa
 
-24 directories, 62 files
+30 directories, 59 files
 \end{verbatim}
 
 So, we have:
 \begin{itemize}
-\item The {\em systemd} service definitions in \code{lib/systemd}
 \item The {\em udev} rules in \code{lib/udev}
 \item The {\em alsa-utils} binaries in \code{/usr/bin} and \code{/usr/sbin}
 \item Some sound samples in \code{/usr/share/sounds}
diff --git a/labs/sysdev-thirdparty-stm32/sysdev-thirdparty-stm32.tex b/labs/sysdev-thirdparty-stm32/sysdev-thirdparty-stm32.tex
index 1b271ffe..6f6493c4 100644
--- a/labs/sysdev-thirdparty-stm32/sysdev-thirdparty-stm32.tex
+++ b/labs/sysdev-thirdparty-stm32/sysdev-thirdparty-stm32.tex
@@ -480,101 +480,101 @@ Now, let's see what has been installed in \code{/tmp/alsa-utils/} (run
 
 \begin{verbatim}
 /tmp/alsa-utils/
-├── lib
-│   ├── systemd
-│   │   └── system
-│   │       ├── alsa-restore.service
-│   │       ├── alsa-state.service
-│   │       └── sound.target.wants
-│   │           ├── alsa-restore.service -> ../alsa-restore.service
-│   │           └── alsa-state.service -> ../alsa-state.service
-│   └── udev
-│       └── rules.d
-│           └── 90-alsa-restore.rules
-├── usr
-│   ├── bin
-│   │   ├── aconnect
-│   │   ├── alsabat
-│   │   ├── alsaloop
-│   │   ├── alsatplg
-│   │   ├── alsaucm
-│   │   ├── amidi
-│   │   ├── amixer
-│   │   ├── aplay
-│   │   ├── aplaymidi
-│   │   ├── arecord -> aplay
-│   │   ├── arecordmidi
-│   │   ├── aseqdump
-│   │   ├── aseqnet
-│   │   ├── axfer
-│   │   ├── iecset
-│   │   └── speaker-test
-│   ├── lib
-│   │   └── alsa-topology
-│   │       ├── libalsatplg_module_nhlt.la
-│   │       └── libalsatplg_module_nhlt.so
-│   ├── sbin
-│   │   ├── alsabat-test.sh
-│   │   ├── alsaconf
-│   │   ├── alsactl
-│   │   └── alsa-info.sh
-│   └── share
-│       ├── alsa
-│       │   └── init
-│       │       ├── 00main
-│       │       ├── ca0106
-│       │       ├── default
-│       │       ├── hda
-│       │       ├── help
-│       │       ├── info
-│       │       └── test
-│       ├── man
-│       │   ├── fr
-│       │   │   └── man8
-│       │   │       └── alsaconf.8
-│       │   ├── man1
-│       │   │   ├── aconnect.1
-│       │   │   ├── alsabat.1
-│       │   │   ├── alsactl.1
-│       │   │   ├── alsa-info.sh.1
-│       │   │   ├── alsaloop.1
-│       │   │   ├── amidi.1
-│       │   │   ├── amixer.1
-│       │   │   ├── aplay.1
-│       │   │   ├── aplaymidi.1
-│       │   │   ├── arecord.1 -> aplay.1
-│       │   │   ├── arecordmidi.1
-│       │   │   ├── aseqdump.1
-│       │   │   ├── aseqnet.1
-│       │   │   ├── axfer.1
-│       │   │   ├── axfer-list.1
-│       │   │   ├── axfer-transfer.1
-│       │   │   ├── iecset.1
-│       │   │   └── speaker-test.1
-│       │   ├── man7
-│       │   └── man8
-│       │       └── alsaconf.8
-│       └── sounds
-│           └── alsa
-│               ├── Front_Center.wav
-│               ├── Front_Left.wav
-│               ├── Front_Right.wav
-│               ├── Noise.wav
-│               ├── Rear_Center.wav
-│               ├── Rear_Left.wav
-│               ├── Rear_Right.wav
-│               ├── Side_Left.wav
-│               └── Side_Right.wav
-└── var
-    └── lib
-        └── alsa
-
-25 directories, 63 files
+|-- lib
+|   `-- udev
+|       `-- rules.d
+|           `-- 90-alsa-restore.rules
+|-- usr
+|   |-- bin
+|   |   |-- aconnect
+|   |   |-- alsabat
+|   |   |-- alsaloop
+|   |   |-- alsaucm
+|   |   |-- amidi
+|   |   |-- amixer
+|   |   |-- aplay
+|   |   |-- aplaymidi
+|   |   |-- arecord -> aplay
+|   |   |-- arecordmidi
+|   |   |-- aseqdump
+|   |   |-- aseqnet
+|   |   |-- axfer
+|   |   |-- iecset
+|   |   `-- speaker-test
+|   |-- sbin
+|   |   |-- alsabat-test.sh
+|   |   |-- alsactl
+|   |   `-- alsa-info.sh
+|   `-- share
+|       |-- alsa
+|       |   `-- init
+|       |       |-- 00main
+|       |       |-- ca0106
+|       |       |-- default
+|       |       |-- hda
+|       |       |-- help
+|       |       |-- info
+|       |       `-- test
+|       |-- locale
+|       |   |-- de
+|       |   |   `-- LC_MESSAGES
+|       |   |       `-- alsa-utils.mo
+|       |   |-- eu
+|       |   |   `-- LC_MESSAGES
+|       |   |       `-- alsa-utils.mo
+|       |   |-- fr
+|       |   |   `-- LC_MESSAGES
+|       |   |       `-- alsa-utils.mo
+|       |   |-- ja
+|       |   |   `-- LC_MESSAGES
+|       |   |       `-- alsa-utils.mo
+|       |   |-- ka
+|       |   |   `-- LC_MESSAGES
+|       |   |       `-- alsa-utils.mo
+|       |   `-- sk
+|       |       `-- LC_MESSAGES
+|       |           `-- alsa-utils.mo
+|       |-- man
+|       |   |-- man1
+|       |   |   |-- aconnect.1
+|       |   |   |-- alsabat.1
+|       |   |   |-- alsactl.1
+|       |   |   |-- alsa-info.sh.1
+|       |   |   |-- alsaloop.1
+|       |   |   |-- amidi.1
+|       |   |   |-- amixer.1
+|       |   |   |-- aplay.1
+|       |   |   |-- aplaymidi.1
+|       |   |   |-- arecord.1 -> aplay.1
+|       |   |   |-- arecordmidi.1
+|       |   |   |-- aseqdump.1
+|       |   |   |-- aseqnet.1
+|       |   |   |-- axfer.1
+|       |   |   |-- axfer-list.1
+|       |   |   |-- axfer-transfer.1
+|       |   |   |-- iecset.1
+|       |   |   `-- speaker-test.1
+|       |   `-- man7
+|       `-- sounds
+|           `-- alsa
+|               |-- Front_Center.wav
+|               |-- Front_Left.wav
+|               |-- Front_Right.wav
+|               |-- Noise.wav
+|               |-- Rear_Center.wav
+|               |-- Rear_Left.wav
+|               |-- Rear_Right.wav
+|               |-- Side_Left.wav
+|               `-- Side_Right.wav
+`-- var
+    `-- lib
+        `-- alsa
+
+30 directories, 59 files
 \end{verbatim}
 
 So, we have:
 \begin{itemize}
-\item The {\em systemd} service definitions in \code{lib/systemd}
 \item The {\em udev} rules in \code{lib/udev}
 \item The {\em alsa-utils} binaries in \code{/usr/bin} and \code{/usr/sbin}
 \item Some sound samples in \code{/usr/share/sounds}




More information about the training-materials-updates mailing list