* alsactl: info updates * Man page fixes * alsactl: AMD acp-pdm-mach link * alsa-info.sh: Add alsa-ucm package to package filter * Topology: NHLT: Intel: Improve error message for DMIC enable conflict * Topology: NHLT: Intel: Fix mono DMIC configure for MTL platform * Topology: NHLT: Intel: Fix DMA slots config in SSP blob * amixer: fix unknown TVL sequence print * arecordmidi2: fix unitialization variable error in read_ump_raw() * aseqdump: Fix typos in messages For details, see: https://www.alsa-project.org/wiki/Changes_v1.2.13_v1.2.14#alsa-utils - Drop obsoleted patches: 0001-alsactl-90-alsa-restore.rules-fix-alsa_restore_go-st.patch 0002-alsactl-90-alsa-restore.rules-fix-AMD-acp-pdm-mach-l.patch OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/alsa-utils?expand=0&rev=226
25 lines
621 B
Diff
25 lines
621 B
Diff
From: Takashi Iwai <tiwai@suse.de>
|
|
Subject: alsa-info: Suppress the automatic update
|
|
Patch-mainline: Never, distro specific
|
|
References: bsc#1185280
|
|
|
|
We don't want to modify the script distributed in the standard package.
|
|
|
|
Signed-off-by: Takashi Iwai <tiwai@suse.de>
|
|
|
|
---
|
|
--- a/alsa-info/alsa-info.sh
|
|
+++ b/alsa-info/alsa-info.sh
|
|
@@ -720,11 +720,6 @@ if [ -s "$TEMPDIR/alsa-usbmixer.tmp" ]; then
|
|
echo "" >> $FILE
|
|
fi
|
|
|
|
-#If no command line options are specified, then run as though --with-all was specified
|
|
-if [ -z "$1" ]; then
|
|
- update
|
|
-fi
|
|
-
|
|
fi # proceed
|
|
|
|
#loop through command line arguments, until none are left.
|