Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S265933AbUAQAKd (ORCPT ); Fri, 16 Jan 2004 19:10:33 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S265934AbUAQAKd (ORCPT ); Fri, 16 Jan 2004 19:10:33 -0500 Received: from mail.kroah.org ([65.200.24.183]:35541 "EHLO perch.kroah.org") by vger.kernel.org with ESMTP id S265933AbUAQAKb (ORCPT ); Fri, 16 Jan 2004 19:10:31 -0500 Date: Fri, 16 Jan 2004 16:10:09 -0800 From: Greg KH To: =?iso-8859-1?Q?M=E5ns_Rullg=E5rd?= Cc: linux-hotplug-devel@lists.sourceforge.net, linux-kernel@vger.kernel.org Subject: Re: [PATCH] add sysfs class support for ALSA sound devices [08/10] Message-ID: <20040117001009.GB3698@kroah.com> References: <20040115204048.GA22199@kroah.com> <20040115204111.GB22199@kroah.com> <20040115204125.GC22199@kroah.com> <20040115204138.GD22199@kroah.com> <20040115204153.GE22199@kroah.com> <20040115204209.GF22199@kroah.com> <20040115204241.GG22199@kroah.com> <20040115204259.GH22199@kroah.com> <20040115204311.GI22199@kroah.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.4.1i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1098 Lines: 32 On Fri, Jan 16, 2004 at 11:15:58PM +0100, M?ns Rullg?rd wrote: > Greg KH writes: > > > This patch adds support for all ALSA sound devices. The previous OSS > > sound patch is required for this one to work properly. > > This doesn't apply cleanly to the latest ALSA (1.0.1). It's no > problem to do it manually, though. > > > diff -Nru a/sound/pci/intel8x0.c b/sound/pci/intel8x0.c > > --- a/sound/pci/intel8x0.c Thu Jan 15 11:05:58 2004 > > +++ b/sound/pci/intel8x0.c Thu Jan 15 11:05:58 2004 > > @@ -2591,6 +2591,7 @@ > > break; > > } > > } > > + card->dev = &pci->dev; > > Does this need to be done for all drivers? Yes. I just did it for one driver to test it out, and show how to do it properly for others. I figured after this patch went into the kernel tree, we could fix the other drivers up. thanks, greg k-h - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/