From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takashi Iwai Subject: Re: [alsa-utils][PATCH 0/5] Add man page for alsaucm + other fixes Date: Fri, 09 Dec 2016 17:33:08 +0100 Message-ID: References: <20161209130232.19457-1-ao2@ao2.it> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mx2.suse.de (mx2.suse.de [195.135.220.15]) by alsa0.perex.cz (Postfix) with ESMTP id 129D62677F6 for ; Fri, 9 Dec 2016 17:33:09 +0100 (CET) In-Reply-To: <20161209130232.19457-1-ao2@ao2.it> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org To: Antonio Ospite Cc: Liam Girdwood , alsa-devel@alsa-project.org List-Id: alsa-devel@alsa-project.org On Fri, 09 Dec 2016 14:02:27 +0100, Antonio Ospite wrote: > > Hi, > > while adding the alsaucm man page (patch 4/5) I noticed some other > things worth fixing, so here is the whole patch set. > > In patch 4/5 the reStructuredText content is exactly the same reviewed > by Liam, so I put his ACK in the commit message. Thanks, applied now all patches. The change of .gitignore was split from the patch 4, since it makes often backporting difficult. Other than that, all patches were applied as is. Takashi > > Thanks, > Antonio > > Antonio Ospite (5): > alsaucm: mention the "list1" command in the usage output > configure.ac: fix the check for xmlto availability > configure.ac: add a check for rst2man, a reStructuredText man page > generator > alsaucm: add a man page, generated from reStructuredText > INSTALL: document how to configure a build for installation in a local > dir > > .gitignore | 1 + > INSTALL | 7 ++ > alsaucm/Makefile.am | 7 ++ > alsaucm/alsaucm.rst | 235 ++++++++++++++++++++++++++++++++++++++++++++++++++++ > alsaucm/usecase.c | 3 +- > configure.ac | 15 +++- > 6 files changed, 264 insertions(+), 4 deletions(-) > create mode 100644 alsaucm/alsaucm.rst > > -- > Antonio Ospite > https://ao2.it > https://twitter.com/ao2it > > A: Because it messes up the order in which people normally read text. > See http://en.wikipedia.org/wiki/Posting_style > Q: Why is top-posting such a bad thing? >