From a3515f889de4a77d9d1cc7357a61eef79495433a Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Sun, 8 Sep 2013 22:52:47 +0000 Subject: [PATCH] alsa: Improve help text of --device. The new text gives the user a hint how to find out about the devices ALSA knows about. --- m4/gengetopt/alsa_write.m4 | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/m4/gengetopt/alsa_write.m4 b/m4/gengetopt/alsa_write.m4 index 04b4963d..73d9805f 100644 --- a/m4/gengetopt/alsa_write.m4 +++ b/m4/gengetopt/alsa_write.m4 @@ -8,11 +8,12 @@ include(header.m4) option "device" d #~~~~~~~~~~~~~~~~ "set PCM device" -string typestr="device" -default="default" +string typestr = "device" +default = "default" optional -details=" - On systems with dmix, a better choice than the default - value might be to use \"plug:swmix\". +details = " + Check for the presence of a /proc/asound/ directory to see if + ALSA is present in your kernel. The file /proc/asound/devices + contains all devices ALSA knows about. " -- 2.39.2