From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rene Herman Subject: Re: PATCH - vt1618 7.1 Audio Date: Wed, 20 Aug 2008 21:05:33 +0200 Message-ID: <48AC6AFD.6030806@keyaccess.nl> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from smtpq1.groni1.gr.home.nl (smtpq1.groni1.gr.home.nl [213.51.130.200]) by alsa0.perex.cz (Postfix) with ESMTP id AABE324563 for ; Wed, 20 Aug 2008 21:04:25 +0200 (CEST) In-Reply-To: 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 L. Utz III" Cc: Takashi Iwai , ALSA Developers List-Id: alsa-devel@alsa-project.org On 20-08-08 19:50, John L. Utz III wrote: > On Wed, 20 Aug 2008 01:28:39 -0700, Takashi Iwai wrote: >> Also, a Windows style variable name should be avoided. People tend to >> hate it. > > Why would you call this 'Windows Style?' Is that supposed to be a > perjorative comment? You insult really quickly... :-) The style is more generally known as Hungarian Notation after its Hungarian "inventor" who was a chief architect at Microsoft. This notational conventation saw widespread use in the Windows API and not much use anywhere beyond that. Rene.