Re: [Alsa-devel] alsa-1.0.1 and linux-2.2.25

2004-01-21 Thread Ted
Jaroslav writes: > On Wed, 21 Jan 2004, Ted wrote: > [...] > > I configured alsa-lib with > > ./configure --prefix=/usr --with-versioned=no --with-debug=yes \ > ^^^ > > This was the problem. I've fixed the code in CVS

[Alsa-devel] alsa-1.0.1 and linux-2.2.25

2004-01-20 Thread Ted
t no-one else is reporting this problem, and many people seem to be able to run programs like aplay and alsaplayer without getting nonsense like this: aplay /home/ted/Sound/Data/drum6.wav Playing WAVE '/home/ted/Sound/Data/drum6.wav' : Signed 16 bit Little Endian, Rate 8000 Hz, Stereo aplay:

Re: [Alsa-devel] alsa-driver-1.0.0pre3 - UltraSound PnP card not found?

2004-01-08 Thread Ted
,10 @@ #ifndef ALSA_BUILD #include #include #else +#undef CONFIG_ISAPNP +#define CONFIG_ISAPNP #include #undef CONFIG_PNP #define CONFIG_PNP #include "pnp.h" The driver module for my UltraSound PNP sound card will not load without such a correction. Ted. -- Ted &l

[Alsa-devel] cvsexport 2003-12-31/alsa-driver/acore/pcm_native.patch fails

2003-12-31 Thread Ted
file pcm_native.c.rej make[1]: *** [pcm_native.c] Error 1 make[1]: Leaving directory `/u2/lfs/alsa-cvsexport-2003-12-31/alsa-driver/acore' make: *** [dep] Error 1 The patch file in 2003-12-31/alsa-driver/acore/pcm_native.patch needs updating. Ted. -- Ted <[EMAIL PROTECTED]&

[Alsa-devel] alsa-lib-1.0.0rc2/src/pcm/pcm.c and RATE: NONE ??

2003-12-31 Thread Ted
--with-versioned=no --with-debug=yes alsa-utils-1.0.0rc2 was configured with CFLAGS="-g O2" LDFLAGS="-g O2" ./configure and I'm using gcc 2.95.3 and linux-2.2.25. Ted. -- Ted <[EMAIL PROTECTED]> http://www.nowtsfree.freeserve.co.uk ---

[Alsa-devel] Fix in interwave.c for dma1/dma2 requests

2003-12-15 Thread Ted
ensure that CONFIG_ISAPNP is defined when support/pnp/* are built for my configuration, too. Ted. -- Ted <[EMAIL PROTECTED]> http://www.nowtsfree.freeserve.co.uk --- This SF.net email is sponsored by: SF.net Giveback Program. Does Sou

Re: [Alsa-devel] alsa-driver-1.0.0pre3 - UltraSound PnP card not found?

2003-12-11 Thread Ted
rather the way I have hacked it. Ted. > To: [EMAIL PROTECTED] > Cc: Ted <[EMAIL PROTECTED]> > Subject: alsa-driver-1.0.0pre3 - UltraSound PnP card not found? > Date: Thu, 27 Nov 2003 01:54:45 + > From: Ted <[EMAIL PROTECTED]> > Message-Id: <[EMAIL PROTECTED]&g

Re: [Alsa-devel] alsa-driver-1.0.0pre3 - UltraSound PnP card not found?

2003-11-27 Thread Ted
Hello Takashi, > Takashi Iwai wrote: > Ted wrote: > > > > # modprobe -v snd-interwave > > /sbin/insmod /lib/modules/2.2.25/misc/snd-interwave.o \ > > index=0 id=GusPnP enable=1 isapnp=1 port=0x220 irq=15 \ > > dma1=5 dma2=7 midi=0 pcm_channel

[Alsa-devel] alsa-driver-1.0.0pre3 - UltraSound PnP card not found?

2003-11-26 Thread Ted
nything here look amiss, before I start adding printk's to the source code? Ted. -- Ted <[EMAIL PROTECTED]> http://www.nowtsfree.freeserve.co.uk --- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net

[Alsa-devel] alsa-driver-1.0.0pre3 with linux-2.2.25: pci_name?

2003-11-26 Thread Ted
ds by changing acore/pci_compat_22.c: line 371, like this - pci_name(pdev)); + res_name); Unfortunately, the snd-interwave modules fails to load afterwards. The temporary fix above is surely not the cause of this, but I'll say more in a separate message. Ted. -- Ted &l

[Alsa-devel] [PATCH] IT2646 AC97 codec

2003-10-24 Thread Ted . Wen
diff -ur alsa-driver-0.9.7/alsa-kernel/pci/ac97/ac97_codec.c /alsa/patch/0.9.7/ac97_codec.c --- alsa-driver-0.9.7/alsa-kernel/pci/ac97/ac97_codec.c 2003-08-28 23:36:44.0 +0800 +++ /alsa/patch/0.9.7/ac97_codec.c 2003-10-13 19:45:39.0 +0800 @@ -139,6 +139,7 @@ { 0x49434551, 0x

Re: [Alsa-devel] No sound output on PowerBook Titanium II (TAS3001c)- interesting new discovery

2003-08-28 Thread ted
It seems I can load the ALSA drivers, suspend the system, and upon restoring, the sound output just magically starts working! MPlayer still gets caught in the "unknown status, trying to reset soundcard" loop on _most_ media files I've tried. With one MPEG I've tried, it actually starts playing, b

Re: [Alsa-devel] No sound output on PowerBook Titanium II (TAS3001c)- update

2003-08-27 Thread ted
On Wed, 6 Aug 2003, ted wrote: > On Tue, 22 Jul 2003, ted wrote: > > > On Tue, 22 Jul 2003, Takashi Iwai wrote: > > > > > > I've been unable to get the latest stable ALSA to produce any sound at > > > > all. I even tried the "loading+unloading

Re: [Alsa-devel] No sound output on PowerBook Titanium II (TAS3001c)- resend (subscribed now)

2003-08-14 Thread ted
On Tue, 22 Jul 2003, ted wrote: > On Tue, 22 Jul 2003, Takashi Iwai wrote: > > > > I've been unable to get the latest stable ALSA to produce any sound at > > > all. I even tried the "loading+unloading dmasound_pmac first" trick, but > > > to no

Re: [Alsa-devel] No sound output on PowerBook Titanium II (TAS3001c)- resend (subscribed now)

2003-07-22 Thread ted
On Tue, 22 Jul 2003, Takashi Iwai wrote: > > I've been unable to get the latest stable ALSA to produce any sound at > > all. I even tried the "loading+unloading dmasound_pmac first" trick, but > > to no avail. Everything looks fine, but applications using ALSA refuse to > > work or crash. Using

[Alsa-devel] No sound output on PowerBook Titanium II (TAS3001c) - resend(subscribed now)

2003-07-21 Thread ted
(Originally sent on the 17th, subscribed and resent due to lack of response from moderators.) I've been unable to get the latest stable ALSA to produce any sound at all. I even tried the "loading+unloading dmasound_pmac first" trick, but to no avail. Everything looks fine, but applications using