From mboxrd@z Thu Jan 1 00:00:00 1970 Received: with ECARTIS (v1.0.0; list linux-mips); Fri, 21 May 2010 16:42:07 +0200 (CEST) Received: from h5.dl5rb.org.uk ([81.2.74.5]:55507 "EHLO h5.dl5rb.org.uk" rhost-flags-OK-OK-OK-OK) by eddie.linux-mips.org with ESMTP id S1491188Ab0EUOmC (ORCPT ); Fri, 21 May 2010 16:42:02 +0200 Received: from h5.dl5rb.org.uk (localhost.localdomain [127.0.0.1]) by h5.dl5rb.org.uk (8.14.3/8.14.3) with ESMTP id o4LEexYt014653; Fri, 21 May 2010 15:41:01 +0100 Received: (from ralf@localhost) by h5.dl5rb.org.uk (8.14.3/8.14.3/Submit) id o4LEeuV0014649; Fri, 21 May 2010 15:40:56 +0100 Date: Fri, 21 May 2010 15:40:56 +0100 From: Ralf Baechle To: John Kacur Cc: linux-kernel@vger.kernel.org, Frederic Weisbecker , Arnd Bergmann , Thomas Gleixner , Ingo Molnar , "Maciej W. Rozycki" , linux-mips@linux-mips.org, Paul Mundt , linux-sh@vger.kernel.org, Geert Uytterhoeven , Roman Zippel , linux-m68k@vger.kernel.org Subject: Re: bkl: Pushdowns for sound/oss ? Message-ID: <20100521144055.GB13174@linux-mips.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-08-17) Return-Path: X-Envelope-To: <"|/home/ecartis/ecartis -s linux-mips"> (uid 0) X-Orcpt: rfc822;linux-mips@linux-mips.org Original-Recipient: rfc822;linux-mips@linux-mips.org X-archive-position: 26779 X-ecartis-version: Ecartis v1.0.0 Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org X-original-sender: ralf@linux-mips.org Precedence: bulk X-list: linux-mips On Fri, May 21, 2010 at 03:45:04PM +0200, John Kacur wrote: > particular in: > sound/oss/swarm_cs4297a.c This one is specific to the Swarm, a MIPS-based platform indeed; I'll cc Maciej Rozycki who most likely is the only person on the planet knowing the technical details. I don't even recall touching that file so my (C) header in there is a surprise :) Stiching up the build problems in that file. > sound/oss/msnd_pinnacle.c Random weirdo ISA sound card. Probably only ever tested on x86 and will have the chances > sound/oss/sh_dac_audio.c SH3 specific. > sound/oss/vwsnd.c Belongs to the x86-based first generation of SGI visual workstations. > sound/oss/dmasound/dmasound_core.c > sound/oss/dmasound/dmasound_core.c Motorola 68k-specific. Adding 68k maintainers to cc list. > when I noticed they were including asm files from mips. I went so far as > to compile my own mips tool chain, but I wasn't able to compile the above. > Being oss sound, I was wondering if these are still maintained or are > marked for removal some time in the future. > > If there is merely a problem with my toolchain, then that can be fixed, > but there is no point in wasting time with these if no-one uses them. More a problem in not reading the research properly :) Ralf