From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Thu, 19 Dec 2002 07:09:28 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Thu, 19 Dec 2002 07:09:28 -0500 Received: from ns.suse.de ([213.95.15.193]:47886 "EHLO Cantor.suse.de") by vger.kernel.org with ESMTP id ; Thu, 19 Dec 2002 07:09:27 -0500 Date: Thu, 19 Dec 2002 13:17:28 +0100 Message-ID: From: Takashi Iwai To: Greg KH Cc: Jaroslav Kysela , Linux Kernel Mailing List Subject: Re: ALSA update In-Reply-To: <20021218192740.GC32190@kroah.com> References: <20021218182135.GD31197@kroah.com> <20021218192740.GC32190@kroah.com> User-Agent: Wanderlust/2.6.1 (Upside Down) SEMI/1.14.4 (Hosorogi) FLIM/1.14.4 (=?ISO-8859-4?Q?Kashiharajing=FE-mae?=) APEL/10.2 MULE XEmacs/21.4 (patch 8) (Honest Recruiter) (i386-suse-linux) MIME-Version: 1.0 (generated by SEMI 1.14.4 - "Hosorogi") Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org At Wed, 18 Dec 2002 11:27:40 -0800, Greg KH wrote: > > On Wed, Dec 18, 2002 at 08:17:55PM +0100, Jaroslav Kysela wrote: > > > > Not much. We have 9 #ifdef's and all trying to resolve the conflicts with > > new function prototypes which is difficult to replace with defines or > > inline functions. Perhaps, you'll have an idea to solve this problem. > > Short of keeping a 2.4 version and a 2.5/2.6 version, no, I do not have > any ideas, sorry. The USB core has changed a lot between those two > trees, as you know. yep, i know :) but it's also nice to keep the same codebase, because the test environment of most of users is still on 2.4. i'll do clean up the codes once when all major bugs are fixed. Takashi