From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takashi Iwai Subject: Re: [PATCH 0/4] Fix a broken/missing documentation at sound Date: Tue, 26 Jun 2018 17:45:59 +0200 Message-ID: References: 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 E8A8C2677C9 for ; Tue, 26 Jun 2018 17:46:00 +0200 (CEST) In-Reply-To: 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: Mauro Carvalho Chehab Cc: alsa-devel@alsa-project.org, Jonathan Corbet , Linux Doc Mailing List , linux-kernel@vger.kernel.org, Mauro Carvalho Chehab List-Id: alsa-devel@alsa-project.org On Tue, 26 Jun 2018 11:24:36 +0200, Mauro Carvalho Chehab wrote: > > After running ./scripts/documentation-file-ref-check I noticed that it > was complaining about the lack of a MultiSound file that used to be > inside the old OSS sound system. > > That's actually a script, with seems to be needed in order to make > the multisound driver to work. Also, it contains some instructions > about how to use the module. > > Granted, this is old ISA stuff, but, as long as the driver remains in > Kernel, it probably makes sense to keep the script somewhere. > > So, this patch restores the file from the git log, moving it to an > existing directory and updates the module names. > > It also fixes the script, as it has some issues that prevents it to work > with modern distributions (basically, include stuff at C files it > produces). > > - > > Please notice that I don't have such hardware to test. So, I have no > means to know if the produced exec file still makes sense. > > Mauro Carvalho Chehab (4): > sound: restore MultiSound script > alsa: multisound.sh: fix script to make it build with modern tools > alsa: multisound.sh: update module namespace > alsa: Fix references to Documentation/.*/MultiSound Thanks, applied all four patches now. Takashi