From alsa-devel-owner@alsa.jcu.cz  Sun Nov 29 21:12:24 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 UAA16531
	for <alsa-devel@jcu.cz>; Sun, 29 Nov 1998 20:18:48 +0100
Received: from bologna.nettuno.it (bologna.nettuno.it [193.43.2.1])
	by ns.anet.cz (8.9.1a/roman) with ESMTP id UAA05148
	for <alsa-devel@jcu.cz>; Sun, 29 Nov 1998 20:18:49 +0100
Received: from igor.opun.it (ppp06-gw1.faenza.nettuno.it [193.207.49.147])
	by bologna.nettuno.it (8.8.6/8.8.6/NETTuno 3.1) with ESMTP id UAA18568
	for <alsa-devel@jcu.cz>; Sun, 29 Nov 1998 20:17:27 +0100 (MET)
Received: from racine.ra.it (localhost [127.0.0.1])
	by igor.opun.it (8.8.8/8.8.8) with ESMTP id UAA01058
	for <alsa-devel@jcu.cz>; Sun, 29 Nov 1998 20:14:50 +0100
Message-ID: <36619D29.5C5246A@racine.ra.it>
Date: Sun, 29 Nov 1998 20:14:49 +0100
From: Abramo Bagnara <abbagnara@racine.ra.it>
MIME-Version: 1.0
To: alsa-devel@jcu.cz
Subject: Re: Es1869 fist running version ...
References: <Pine.OSF.3.96.981124112612.17190B-100000@eucmos.sim.ucm.es> <365D3E04.1CDCFE3E@racine.ra.it> <365EC706.984266CF@racine.ra.it>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Reply-To: alsa-devel@alsa.jcu.cz
Sender: alsa-devel-owner@alsa.jcu.cz
Precedence: list

Abramo Bagnara wrote:
> 
> I made some work on this first running version:
> 
> - Fixed trigger function (patch already sent)
> - Fixed a bug in mmap'ed mode
> - Added 3d spatializer mixer control
> - Reorganized some I/O
> - Fixed some minor bugs

Today I've added support for the second playback channel.
Let me know to whom I have to send the patches.
If nobody else has patched Christian's code I could clean and reindent
files
and send you a unified diff with 0.2.0pre10.

I suppose that rate locking (playback1/record) must be done at higher
level
(SND_PCM_INFO_DUPLEX_LIMIT is there for this purpose, I think). I'm
wrong?

Both playback channel in ES1869 must have the same rate too. This
constraint must be checked 
in the lowlevel drivers or elsewhere?

