summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaroslav Kysela <perex@perex.cz>2011-04-28 08:13:28 +0200
committerJaroslav Kysela <perex@perex.cz>2011-04-28 08:13:54 +0200
commit5ee6a670751db67f9e2b2910d5b3b6fc6fff8dfd (patch)
treec3c650dec93be23d05c14d9378ed0fe232d8468d
parent70451054e08e51f7eaebf9e7d72324acdac01cdb (diff)
downloadalsa-utils-5ee6a670751db67f9e2b2910d5b3b6fc6fff8dfd.tar.gz
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>
-rw-r--r--alsactl/alsactl.c2
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[])