From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6A481C43142 for ; Tue, 26 Jun 2018 15:46:07 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 253AC26C51 for ; Tue, 26 Jun 2018 15:46:07 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 253AC26C51 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=suse.de Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752418AbeFZPqE (ORCPT ); Tue, 26 Jun 2018 11:46:04 -0400 Received: from mx2.suse.de ([195.135.220.15]:55232 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752358AbeFZPqB (ORCPT ); Tue, 26 Jun 2018 11:46:01 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay1.suse.de (charybdis-ext-too.suse.de [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id 2AF47AFB7; Tue, 26 Jun 2018 15:46:00 +0000 (UTC) Date: Tue, 26 Jun 2018 17:45:59 +0200 Message-ID: From: Takashi Iwai To: "Mauro Carvalho Chehab" Cc: , "Mauro Carvalho Chehab" , "Jonathan Corbet" , "Jaroslav Kysela" , "Linux Doc Mailing List" , Subject: Re: [PATCH 0/4] Fix a broken/missing documentation at sound In-Reply-To: References: User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL/10.8 Emacs/25.3 (x86_64-suse-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.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