[Alsa-devel] ogle 0.8.3

2002-06-12 Thread Jack Howarth
Has anyone managed to get ogle 0.8.3 to work under the current alsa cvs? It is unclear from the ogle changelog if this new version adds alsa 0.5 or 0.9 support. The fact that it built against the 0.9 headers leads me to suspect 0.9 but it seems to have issues under snd-powermac.

[Alsa-devel] alsa breaks alsaplayer on powermac

2002-06-07 Thread Jack Howarth
The current alsa-driver, alsa-libs and alsa-utils seem to work fine with the snd-powermac driver on my Apple G4 Sawtooth Powermac in both alsa and oss compatibility mode. However, there still is a conflict with the current alsa-player cvs. As before we are still getting... alsaplayer alsaplaye

Re: [Alsa-devel] Re: [Alsa-devel Request for test of powermac driver

2002-05-26 Thread Jack Howarth
Michal, Well on newer machines which don't have analog cd output I'm not sure if you can get playback with most cd players. I know xmms-cdread has the ability to read the digital CD audio stream but I don't know how many other players have the ability. Remember too that xmms itself doesn't have

[Alsa-devel] arecord?

2002-05-26 Thread Jack Howarth
Can someone tell me if I am misusing arecord? On a Powermac G4/AGP using alsa 0.9.0rc1 with the snd-powermac driver I am attempting to record. I set up a .asoundrc file in my directory with... pcm.copy { type plug slave { pcm hw } route_policy copy } and then tried... arecord -d 10

[Alsa-devel] re: esound 0.2.26 and alsa 0.9.0-rc1

2002-05-26 Thread Jack Howarth
Here is the actual output I get when I attempt to run esd with the alsa support instead of oss... Audio device open for 44.1Khz, stereo, 16bit failed Trying 44.1Khz, 8bit stereo. ALSA lib pcm_hw.c:776:(snd_pcm_hw_open) open /dev/snd/pcmC0D0p failed: Device or resource busy Audio device open fo

[Alsa-devel] esound 0.2.26 and alsa 0.9.0-rc1

2002-05-26 Thread Jack Howarth
Has anyone gotten the alsa support in esound 0.2.26 to work? I find that the current version (available from http://ftp.gnome.org/pub/GNOME/pre-gnome2/releases/gnome-2.0-desktop-20020509/ ) can be built without changes against the alsa 0.9.0-rc1 headres. However on ppclinux with snd-powermac lo

[Alsa-devel] patch needed for powermac driver in 0.9beta12

2002-04-04 Thread Jack Howarth
s for udelay and mdelay. The following patch resolved these issues and the resulting snd-powermac driver loads and operates fine. Please add these changes to the next release. Jack Howarth diff -uNr alsa-driver-0.9+0bet

[Alsa-devel] snd-card-pdplus.o does floating point

2001-12-15 Thread Jack Howarth
Hello, Are you aware that the snd-card-pdplus.o driver is doing floating point in the kernel? On ppclinux we get unresolved symbols from this driver (yes I know it won't work for us but it is built by default on debian)... snd-card-pdplus.o: unresolved symbol __fixdfsi snd-card-pdplus.o: unres

[Alsa-devel] patch needed for alsa-libs 0.9beta9/10

2001-12-15 Thread Jack Howarth
Hello, The following patch is needed to build alsa-libs 0.9beta9 or 0.9beta10 against the current Linux 2.4.17-rc1 kernel on ppclinux. The definitions for mb, rmb and wmb are directly from the asm-ppc/system.h header in Linux 2.4.16. This patch has already been accepted by the Debian alsa ma