From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lee Revell Subject: Re: [Alsa-devel] Re: Patch for AICA sound support on SEGA Dreamcast Date: Mon, 03 Apr 2006 20:36:25 -0400 Message-ID: <1144110986.22082.4.camel@mindpipe> References: <1144075522.11511.20.camel@localhost.localdomain> <443162B4.60500@kenati.com> <200604040116.13732.s0348365@sms.ed.ac.uk> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <200604040116.13732.s0348365@sms.ed.ac.uk> Sender: linux-kernel-owner@vger.kernel.org To: Alistair John Strachan Cc: Takashi Iwai , Carlos Munoz , Adrian McMenamin , Alsa-devel , linux-sh , Paul Mundt , LKML List-Id: alsa-devel@alsa-project.org On Tue, 2006-04-04 at 01:16 +0100, Alistair John Strachan wrote: > I think this write-up provides justification. However, it is not part > of linux/Documentation/CodingStyle. Perhaps somebody should add these > details to this file, so that new code follows this currently > 'unwritten' rule. Well, if you look at the current ALSA code, the only typedefs provided are for backwards compatibility. They were all removed from the drivers months ago. The problem is that you were working against old code. The main coding style rule is to follow the conventions of the nearby code, which would mean no typedefs in the ALSA driver case. Lee