* ALSA 1.0.0rc1 released
@ 2003-12-01 13:54 Takashi Iwai
2003-12-01 20:07 ` Edouard Gomez
` (2 more replies)
0 siblings, 3 replies; 7+ messages in thread
From: Takashi Iwai @ 2003-12-01 13:54 UTC (permalink / raw)
To: alsa-devel; +Cc: alsa-user
Hi,
today we reached ALSA 1.0.0rc1 release.
as its name stands, this is the "release candidate" for 1.0.0.
if no show-stopper bug is reported, we'll release 1.0.0 really
soon.
this version includes the following fixes since the last 1.0.0-pre3
release.
Drivers:
- fixed OSS emulation on kernel. quake and wine should work now.
- fixed intel8x0 PCM.
- fixed the compilation on 2.2 kernels.
- fixed the second line-in on live drive.
- pnp detection of interwave STB is fixed.
- usb usx2y drivers updated. USB224 is still disabled.
- usb bus and ids are shown in cardx/usb* proc files.
Others:
- the data path of hdsploader is fixed.
- hdspmixer updates.
- legacy probing of alsaconf is fixed.
- some bugs in aplay are fixed (infinte loop, click noise).
regarding quake: it's known that quake3 doesn't work properly if the
soundcard doesn't support the proper sample rate. it's maybe a bug of
quake3 itself. wine should be ok.
--
Takashi Iwai <tiwai@suse.de> ALSA Developer - www.alsa-project.org
-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive? Does it
help you create better code? SHARE THE LOVE, and help us help
YOU! Click Here: http://sourceforge.net/donate/
^ permalink raw reply [flat|nested] 7+ messages in thread* Re: ALSA 1.0.0rc1 released
2003-12-01 13:54 ALSA 1.0.0rc1 released Takashi Iwai
@ 2003-12-01 20:07 ` Edouard Gomez
2003-12-01 20:56 ` Mark Knecht
[not found] ` <20031204.105216.112604803.lorenzon@math.u-psud.fr>
2 siblings, 0 replies; 7+ messages in thread
From: Edouard Gomez @ 2003-12-01 20:07 UTC (permalink / raw)
To: Takashi Iwai; +Cc: alsa-devel
Takashi Iwai (tiwai@suse.de) wrote:
> - fixed OSS emulation on kernel. quake and wine should work now.
I just want to confirm 1.0.0rc1 fixed it for me with a VIA8235 +
ALC650rev2 (asus A7V8X mobo). Great work.
--
Edouard Gomez
-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive? Does it
help you create better code? SHARE THE LOVE, and help us help
YOU! Click Here: http://sourceforge.net/donate/
^ permalink raw reply [flat|nested] 7+ messages in thread* Re: ALSA 1.0.0rc1 released
2003-12-01 13:54 ALSA 1.0.0rc1 released Takashi Iwai
2003-12-01 20:07 ` Edouard Gomez
@ 2003-12-01 20:56 ` Mark Knecht
2003-12-02 18:16 ` Steve deRosier
[not found] ` <20031204.105216.112604803.lorenzon@math.u-psud.fr>
2 siblings, 1 reply; 7+ messages in thread
From: Mark Knecht @ 2003-12-01 20:56 UTC (permalink / raw)
To: Takashi Iwai; +Cc: Alsa-Devel, alsa-user
Hi,
I want to report that I've built alsa-1.0.0rc1 under Gentoo with q
2.4.20-r7 kernel. Thanks to Thomas Charbonnel for the help with the
ebuilds. If any other Gentoo users need the ebuilds, then contact me off
list.
Unfortunately this release does not impact my loud glitch/pop noise
on the HDSP 9652 when using OSS applications. The results are the same
as I reported over the last few weeks.
I have not run significant Alsa audio yet to talk about how that's
working. The OSS fix was the one I was most hoping for, and I haven't
had many Alsa problems anyway.
- Thanks,
Mark
On Mon, 2003-12-01 at 05:54, Takashi Iwai wrote:
> Hi,
>
> today we reached ALSA 1.0.0rc1 release.
> as its name stands, this is the "release candidate" for 1.0.0.
> if no show-stopper bug is reported, we'll release 1.0.0 really
> soon.
>
> this version includes the following fixes since the last 1.0.0-pre3
> release.
>
> Drivers:
> - fixed OSS emulation on kernel. quake and wine should work now.
<SNIP>
-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive? Does it
help you create better code? SHARE THE LOVE, and help us help
YOU! Click Here: http://sourceforge.net/donate/
^ permalink raw reply [flat|nested] 7+ messages in thread* Re: ALSA 1.0.0rc1 released
2003-12-01 20:56 ` Mark Knecht
@ 2003-12-02 18:16 ` Steve deRosier
2003-12-03 4:12 ` Mark Knecht
0 siblings, 1 reply; 7+ messages in thread
From: Steve deRosier @ 2003-12-02 18:16 UTC (permalink / raw)
To: Mark Knecht; +Cc: Alsa-Devel, alsa-user
We went ahead and added code to our alsa client software to cleanly
return to a PCM value of 0 and then stuffed a full buffer worth of 0s
into the buffer before closeing the PCM in order to solve our pop
problem. I'm not sure how the OSS emulation stuff works since we don't
use it, but maybe it could use this same treatment? I'm assuming we
don't want to change OSS client programs to fix it, so that would leave
something in the emulation layer that should be changed. Perhaps OSS
automagically does this cleanup? Mark, have you tried using the real
OSS? Do the pops happen with OSS?
Also, it seems strange to have to do this in client programs when the
problem is with specific cards/chipsets not doing their own cleanup.
Maybe the drivers of the cards should do the cleanup so the client
software doesn't have to know what card they're running on? Just
putting this forward for discussion, not voluteering to do the work
(I've already got my hands full with the serial MIDI driver, thanks). :)
- Steve
Mark Knecht wrote:
> Hi,
> I want to report that I've built alsa-1.0.0rc1 under Gentoo with q
> 2.4.20-r7 kernel. Thanks to Thomas Charbonnel for the help with the
> ebuilds. If any other Gentoo users need the ebuilds, then contact me off
> list.
>
> Unfortunately this release does not impact my loud glitch/pop noise
> on the HDSP 9652 when using OSS applications. The results are the same
> as I reported over the last few weeks.
>
> I have not run significant Alsa audio yet to talk about how that's
> working. The OSS fix was the one I was most hoping for, and I haven't
> had many Alsa problems anyway.
>
> - Thanks,
> Mark
>
> On Mon, 2003-12-01 at 05:54, Takashi Iwai wrote:
>
>>Hi,
>>
>>today we reached ALSA 1.0.0rc1 release.
>>as its name stands, this is the "release candidate" for 1.0.0.
>>if no show-stopper bug is reported, we'll release 1.0.0 really
>>soon.
>>
>>this version includes the following fixes since the last 1.0.0-pre3
>>release.
>>
>>Drivers:
>>- fixed OSS emulation on kernel. quake and wine should work now.
>
> <SNIP>
>
>
>
> -------------------------------------------------------
> This SF.net email is sponsored by: SF.net Giveback Program.
> Does SourceForge.net help you be more productive? Does it
> help you create better code? SHARE THE LOVE, and help us help
> YOU! Click Here: http://sourceforge.net/donate/
> _______________________________________________
> Alsa-devel mailing list
> Alsa-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/alsa-devel
>
-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive? Does it
help you create better code? SHARE THE LOVE, and help us help
YOU! Click Here: http://sourceforge.net/donate/
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: ALSA 1.0.0rc1 released
2003-12-02 18:16 ` Steve deRosier
@ 2003-12-03 4:12 ` Mark Knecht
2003-12-03 7:08 ` Patrick Shirkey
0 siblings, 1 reply; 7+ messages in thread
From: Mark Knecht @ 2003-12-03 4:12 UTC (permalink / raw)
To: derosier; +Cc: Alsa-Devel, alsa-user
On Tue, 2003-12-02 at 10:16, Steve deRosier wrote:
> We went ahead and added code to our alsa client software to cleanly
> return to a PCM value of 0 and then stuffed a full buffer worth of 0s
> into the buffer before closeing the PCM in order to solve our pop
> problem. I'm not sure how the OSS emulation stuff works since we don't
> use it, but maybe it could use this same treatment? I'm assuming we
> don't want to change OSS client programs to fix it, so that would leave
> something in the emulation layer that should be changed. Perhaps OSS
> automagically does this cleanup? Mark, have you tried using the real
> OSS? Do the pops happen with OSS?
No, I haven't tried real OSS. I'm fairly new to Linux audio and have
never used anything other than Alsa in all it's glory. I don't know how
OSS would be installed under Gentoo. I don't see any ebuilds for it. I
presume it will work if I build it from source by hand, but that does
sound like a lot of work.
In my current case the pops only happen with OSS emulation under Alsa.
All files that create pops using OSS emulation work perfectly if I use
any native Alsa app to play them, so I really don't think it's the
source material itself.
I wish I didn't have to use OSS at all. Has anyone accomplished getting
all types of web-based multi-media to work just using Alsa? Any
mime.type files to lead the way?
- Mark
-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive? Does it
help you create better code? SHARE THE LOVE, and help us help
YOU! Click Here: http://sourceforge.net/donate/
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: ALSA 1.0.0rc1 released
2003-12-03 4:12 ` Mark Knecht
@ 2003-12-03 7:08 ` Patrick Shirkey
0 siblings, 0 replies; 7+ messages in thread
From: Patrick Shirkey @ 2003-12-03 7:08 UTC (permalink / raw)
To: Mark Knecht; +Cc: Alsa-Devel, alsa-user
Mark Knecht wrote:
>
> I wish I didn't have to use OSS at all. Has anyone accomplished getting
> all types of web-based multi-media to work just using Alsa? Any
> mime.type files to lead the way?
>
I have recently been running all sorts with mplayer. at least all the
sorenson codec I could find plus mpegs and .wmvs. all through the alsa
driver.
If you want help setting it up let me know. It has taken me a while to
get it right.
--
Patrick Shirkey - Boost Hardware Ltd.
Http://www.boosthardware.com
Http://www.djcj.org - The Linux Audio Users guide
========================================
Apparently upon the beginning of the barrage, the donkey broke
discipline and panicked, toppling the cart. At that point, the rockets
disconnected from the timer, leaving them strewn around the street.
Tethered to the now toppled cart, the donkey was unable to escape before
the arrival of U.S. troops.
United Press International
Rockets on donkeys hit major Baghdad sites
By P. MITCHELL PROTHERO
Published 11/21/2003 11:13 AM
-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive? Does it
help you create better code? SHARE THE LOVE, and help us help
YOU! Click Here: http://sourceforge.net/donate/
^ permalink raw reply [flat|nested] 7+ messages in thread
[parent not found: <20031204.105216.112604803.lorenzon@math.u-psud.fr>]
end of thread, other threads:[~2003-12-04 10:05 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-12-01 13:54 ALSA 1.0.0rc1 released Takashi Iwai
2003-12-01 20:07 ` Edouard Gomez
2003-12-01 20:56 ` Mark Knecht
2003-12-02 18:16 ` Steve deRosier
2003-12-03 4:12 ` Mark Knecht
2003-12-03 7:08 ` Patrick Shirkey
[not found] ` <20031204.105216.112604803.lorenzon@math.u-psud.fr>
2003-12-04 10:05 ` [Alsa-user] " Takashi Iwai
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.