From alsa-devel-owner@alsa.jcu.cz  Tue Oct  6 12:10:16 1998
Received: from entry.jcu.cz (IDENT:perex@entry.jcu.cz [160.217.1.111])
	by marvin.jcu.cz (8.9.1a/8.9.1) with SMTP id MAA22497;
	Tue, 6 Oct 1998 12:09:33 +0200
Date: Tue, 6 Oct 1998 12:09:26 +0200 (CEST)
From: Jaroslav Kysela <perex@jcu.cz>
To: Brion Vibber <brion@pobox.com>
cc: alsa-devel@jcu.cz
Subject: Re: XAmixer 0.1.7
In-Reply-To: <Pine.LNX.4.03.9810052319520.3288-100000@rdaneel.dyn.ml.org>
Message-ID: <Pine.LNX.3.96.981006120752.8188D-100000@entry.jcu.cz>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Reply-To: alsa-devel@alsa.jcu.cz
Sender: alsa-devel-owner@alsa.jcu.cz
Precedence: list

On Tue, 6 Oct 1998, Brion Vibber wrote:

> An unrelated issue - as an experiment, I tried to run Quake2 and x11amp (I
> would have used AlsaPlayer, but it has no playlist and does not work on my
> computer right now) simultaneously, using both PCM outputs on my AudioPCI.
> Since both use /dev/dsp, I made it a symlink to /dev/adsp, started quake2,
> then changed the symlink to /dev/dsp0 and started x11amp. However, Quake 2
> sounds like total crap using adsp! Switching x11amp to adsp and Quake 2 to
> dsp0 makes everything sound great.

/dev/adsp can only use these rates:

static const unsigned int snd_es1370_fixed_rates[] = 
					{ 5512, 11025, 22050, 44100 };

If you have ES1370 chip...

						Jaroslav

-----
Jaroslav Kysela <perex@jcu.cz>
Academic Computer Centre, University of South Bohemia
Branisovska 31, C. Budejovice, CZ-370 05 Czech Republic


