From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ralf Baechle Subject: Re: [PATCH] SOUND-OSS: Remove sh_dac_audio Date: Wed, 22 Sep 2010 15:57:37 +0100 Message-ID: <20100922145737.GA12663@linux-mips.org> References: <1285156021-4973-1-git-send-email-jkacur@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from cvs.linux-mips.org (eddie.linux-mips.org [78.24.191.182]) by alsa0.perex.cz (Postfix) with ESMTP id 2C7591038F8 for ; Wed, 22 Sep 2010 16:57:40 +0200 (CEST) Received: (from localhost user: 'ralf' uid#500 fake: STDIN (ralf@eddie.linux-mips.org)) by eddie.linux-mips.org id S1491762Ab0IVO5i (ORCPT ); Wed, 22 Sep 2010 16:57:38 +0200 Content-Disposition: inline In-Reply-To: <1285156021-4973-1-git-send-email-jkacur@redhat.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: alsa-devel-bounces@alsa-project.org Errors-To: alsa-devel-bounces@alsa-project.org To: John Kacur Cc: alsa-devel@alsa-project.org, Arnd Bergmann , Takashi Iwai , Frederic Weisbecker , lkml List-Id: alsa-devel@alsa-project.org On Wed, Sep 22, 2010 at 01:47:01PM +0200, John Kacur wrote: > Remove the SH DAC oss driver since there is an equivalent alsa driver. > oss has been deprecated for years. Furthermore this driver has BKL code > which we are trying to remove. Rather than attempt to fix this, simply > remove the driver. > > Signed-off-by: John Kacur No idea why I was cc'ed as I have no interested in the driver but certainly support the motivation behind the patch: Acked-by: Ralf Baechle Ralf From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754768Ab0IVO5k (ORCPT ); Wed, 22 Sep 2010 10:57:40 -0400 Received: from eddie.linux-mips.org ([78.24.191.182]:46370 "EHLO cvs.linux-mips.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753276Ab0IVO5j (ORCPT ); Wed, 22 Sep 2010 10:57:39 -0400 Date: Wed, 22 Sep 2010 15:57:37 +0100 From: Ralf Baechle To: John Kacur Cc: lkml , Arnd Bergmann , Takashi Iwai , alsa-devel@alsa-project.org, Jaroslav Kysela , Frederic Weisbecker Subject: Re: [PATCH] SOUND-OSS: Remove sh_dac_audio Message-ID: <20100922145737.GA12663@linux-mips.org> References: <1285156021-4973-1-git-send-email-jkacur@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1285156021-4973-1-git-send-email-jkacur@redhat.com> User-Agent: Mutt/1.5.20 (2009-12-10) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Sep 22, 2010 at 01:47:01PM +0200, John Kacur wrote: > Remove the SH DAC oss driver since there is an equivalent alsa driver. > oss has been deprecated for years. Furthermore this driver has BKL code > which we are trying to remove. Rather than attempt to fix this, simply > remove the driver. > > Signed-off-by: John Kacur No idea why I was cc'ed as I have no interested in the driver but certainly support the motivation behind the patch: Acked-by: Ralf Baechle Ralf