Takashi Iwai
5e3dd199c2
* alsactl: add support for AMD ACP digital microphone * aplay: Print '=== PAUSE ===' only if it is supported * aplaymidi/arecordmidi: Allow to pass 0 to -u option, too * new aplaymidi2/arecordmidi2 for MIDI v2.0 * aseqdump: improved UMP supports * various topology updates * aseqsend: improvement and UMP supports For details, see: https://www.alsa-project.org/wiki/Changes_v1.2.12_v1.2.13#alsa-utils OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/alsa-utils?expand=0&rev=220
17 lines
459 B
Desktop File
17 lines
459 B
Desktop File
[Unit]
|
|
Description=Load extra kernel modules for sound stuff
|
|
After=alsa-restore.service
|
|
ConditionPathExists=/proc/asound
|
|
|
|
[Service]
|
|
# added automatically, for details please see
|
|
# https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort
|
|
ProtectSystem=full
|
|
ProtectHome=true
|
|
ProtectHostname=true
|
|
ProtectKernelTunables=true
|
|
ProtectKernelLogs=true
|
|
ProtectControlGroups=true
|
|
Type=oneshot
|
|
ExecStart=/usr/lib/systemd/scripts/load-sound-modules.sh
|