forked from pool/alsa-utils
Takashi Iwai
141a404e6c
- Backport alsa-utils fixes from upstream: 0001-alsamixer-fix-display-of-active-inactive-controls.patch 0002-alsaloop-libsamplerate-requires-specific-formats-for.patch 0003-alsaloop-another-try-to-force-correct-formats-for-li.patch 0004-alsamixer-fix-build-on-uClibc.patch 0005-alsactl-init-Mute-CD-Playback-volume-by-default.patch 0006-Revert-alsactl-Display-help-for-names-command.patch 0007-alsaucm-Add-list1-command-for-non-tuple-lists.patch 0008-alsaucm-Don-t-double-free-empty-lists.patch 0009-aplay-Add-i-option-for-interactive-mode.patch 0010-aplay-Avoid-recursive-signal-handling.patch 0012-alsaloop-Use-AM_CFLAGS-in-Makefile.am.patch 0013-Updated-COPYING-with-the-recent-FSF-address.patch 0014-alsamixer-Fix-64bit-issues.patch 0015-aplay-Add-include-files-for-mkdir.patch 0016-aplay-Use-standard-endian-convesions.patch OBS-URL: https://build.opensuse.org/request/show/72632 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/alsa-utils?expand=0&rev=33
30 lines
1.1 KiB
Diff
30 lines
1.1 KiB
Diff
From 5ee6a670751db67f9e2b2910d5b3b6fc6fff8dfd Mon Sep 17 00:00:00 2001
|
|
From: Jaroslav Kysela <perex@perex.cz>
|
|
Date: Thu, 28 Apr 2011 08:13:28 +0200
|
|
Subject: [PATCH 06/16] Revert "alsactl - Display help for names command"
|
|
|
|
This reverts commit 6d32e055d73edfe6be90135c500dcb32491cf04d.
|
|
|
|
From: Alexander Stein <alexander.stein@systec-electronic.com>
|
|
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
|
|
---
|
|
alsactl/alsactl.c | 2 --
|
|
1 files changed, 0 insertions(+), 2 deletions(-)
|
|
|
|
diff --git a/alsactl/alsactl.c b/alsactl/alsactl.c
|
|
index c2120bd..1792747 100644
|
|
--- a/alsactl/alsactl.c
|
|
+++ b/alsactl/alsactl.c
|
|
@@ -68,8 +68,6 @@ static void help(void)
|
|
printf(" restore <card #> load current driver setup for one or each soundcards\n");
|
|
printf(" from configuration file\n");
|
|
printf(" init <card #> initialize driver to a default state\n");
|
|
- printf(" names <card #> dump information about all the known present (sub-)devices\n");
|
|
- printf(" into configuration file (DEPRECATED)\n");
|
|
}
|
|
|
|
int main(int argc, char *argv[])
|
|
--
|
|
1.7.5.3
|
|
|