From alsa-devel-owner@alsa.jcu.cz  Tue Nov 24 12:19:50 1998
Received: from ns.anet.cz (ns.anet.cz [194.50.6.66])
	by marvin.jcu.cz (8.9.1a/8.9.1) with ESMTP id MAA02714
	for <alsa-devel@jcu.cz>; Tue, 24 Nov 1998 12:19:47 +0100
Received: from panix2.panix.com (kenny@panix2.panix.com [166.84.1.67])
	by ns.anet.cz (8.9.1a/roman) with ESMTP id MAA16405
	for <alsa-devel@jcu.cz>; Tue, 24 Nov 1998 12:19:47 +0100
Received: (from kenny@localhost)
	by panix2.panix.com (8.8.5/8.8.8/PanixU1.4) id GAA09804
	for alsa-devel@jcu.cz; Tue, 24 Nov 1998 06:18:27 -0500 (EST)
Date: Tue, 24 Nov 1998 06:18:27 -0500 (EST)
From: Kenneth Crudup <kenny@panix.com>
Message-Id: <199811241118.GAA09804@panix2.panix.com>
Subject: Re: ESS Maestro 2 PCI chipset
Cc: alsa-devel@jcu.cz
Reply-To: alsa-devel@alsa.jcu.cz
Sender: alsa-devel-owner@alsa.jcu.cz
Precedence: list


  I'm accepting UNIFIED DIFF for latest CVS tree only.

The fact that you've emphasized this means I should make sure we're on the
same page. Let's say I build against pre-10. I've now got the *perfect*
Maestro2 driver (hey, I can dream!). What exactly do I run so that you can get
an up-to-date copy?

Do I have to merge up to where you are first (as if you're in say, pre-14?)
then "diff"?

  Please, use Linux kernel coding-style, too..

<grumble>

OK, but only for you. :-) I *much* prefer

foobar(int a, int b)
{
  stuff(a);
  stuff(b);
}

... to:

foobar(int a, b) {

	stuff (a);
	stuff (b);
}

	-Kenny


