All of lore.kernel.org
 help / color / mirror / Atom feed
* update of "known bugs" list
@ 2002-09-19 15:46 Takashi Iwai
  2002-09-20 12:30 ` Takashi Iwai
  2002-10-02 11:25 ` Thierry Vignaud
  0 siblings, 2 replies; 7+ messages in thread
From: Takashi Iwai @ 2002-09-19 15:46 UTC (permalink / raw)
  To: Patrick Shirkey; +Cc: alsa-devel

Hi Patrick,

the following is the update of known bugs list on the web.
could you update the page?


* OSS emulation on WINE --> works

  the following workaround is necessary on some cards/chips, which
  support only 16bit samples.

  you need to set the operation mode by writing a configuration
  onto /proc/asound/card0/pcm0p/oss, i.e.

	# echo "wine 0 0 direct" > /proc/asound/card0/pcm0p/oss

* intel8x0 --> fixed
  all three entries are solved.

* ice1712 --> changed
  DMX-6fire frontbox is partially working (no spdif yet)

* via8233 --> fixed
  no problems now  (on cvs it's merged together with via686 as
  snd-via82xx driver)


New entries:

* es1968
  capture doesn't work.

* ymfpci
  pcm playback is not audible on toshiba tecra8100.



Takashi


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: update of "known bugs" list
  2002-09-19 15:46 update of "known bugs" list Takashi Iwai
@ 2002-09-20 12:30 ` Takashi Iwai
  2002-09-20 12:34   ` Patrick Shirkey
  2002-10-02 11:25 ` Thierry Vignaud
  1 sibling, 1 reply; 7+ messages in thread
From: Takashi Iwai @ 2002-09-20 12:30 UTC (permalink / raw)
  To: Patrick Shirkey; +Cc: alsa-devel

At Thu, 19 Sep 2002 17:46:58 +0200,
I wrote:

forgotten one to add.

* cs4281
  suspend/resume doesn't work (might cause oops).


Takashi


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: update of "known bugs" list
  2002-09-20 12:30 ` Takashi Iwai
@ 2002-09-20 12:34   ` Patrick Shirkey
  0 siblings, 0 replies; 7+ messages in thread
From: Patrick Shirkey @ 2002-09-20 12:34 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel

Takashi Iwai wrote:
> At Thu, 19 Sep 2002 17:46:58 +0200,
> I wrote:
> 
> forgotten one to add.
> 
> * cs4281
>   suspend/resume doesn't work (might cause oops).
> 

Added



-- 
Patrick Shirkey - Boost Hardware Ltd.
For the discerning hardware connoisseur
Http://www.boosthardware.com
Http://www.boosthardware.com/LAU/guide/
========================================

"Um...symbol_get and symbol_put... They're
kindof like does anyone remember like get_symbol
and put_symbol I think we used to have..."
- Rusty Russell in his talk on the module subsystem



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: update of "known bugs" list
  2002-09-19 15:46 update of "known bugs" list Takashi Iwai
  2002-09-20 12:30 ` Takashi Iwai
@ 2002-10-02 11:25 ` Thierry Vignaud
  2002-10-02 11:31   ` Takashi Iwai
  1 sibling, 1 reply; 7+ messages in thread
From: Thierry Vignaud @ 2002-10-02 11:25 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: Patrick Shirkey, alsa-devel

Takashi Iwai <tiwai@suse.de> writes:

> * via8233 --> fixed
>   no problems now  (on cvs it's merged together with via686 as
>   snd-via82xx driver)

i got reports saying via686 produce "digital noise" since we switched
from alsa-0.9.0 rc2 to rc3



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: update of "known bugs" list
  2002-10-02 11:25 ` Thierry Vignaud
@ 2002-10-02 11:31   ` Takashi Iwai
  2002-10-02 11:39     ` Jaroslav Kysela
  2002-10-02 11:41     ` Thierry Vignaud
  0 siblings, 2 replies; 7+ messages in thread
From: Takashi Iwai @ 2002-10-02 11:31 UTC (permalink / raw)
  To: Thierry Vignaud; +Cc: Patrick Shirkey, alsa-devel

At Wed, 02 Oct 2002 13:25:00 +0200,
Thierry Vignaud wrote:
> 
> Takashi Iwai <tiwai@suse.de> writes:
> 
> > * via8233 --> fixed
> >   no problems now  (on cvs it's merged together with via686 as
> >   snd-via82xx driver)
> 
> i got reports saying via686 produce "digital noise" since we switched
> from alsa-0.9.0 rc2 to rc3

drivers for via chip were merged now to snd-via82xx, and many fixes
have been done on it.  please check the cvs version.
yeah, i'd love to release rc4...  Jaroslav?


Takashi


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: update of "known bugs" list
  2002-10-02 11:31   ` Takashi Iwai
@ 2002-10-02 11:39     ` Jaroslav Kysela
  2002-10-02 11:41     ` Thierry Vignaud
  1 sibling, 0 replies; 7+ messages in thread
From: Jaroslav Kysela @ 2002-10-02 11:39 UTC (permalink / raw)
  To: Takashi Iwai
  Cc: Thierry Vignaud, Patrick Shirkey,
	alsa-devel@lists.sourceforge.net

On Wed, 2 Oct 2002, Takashi Iwai wrote:

> At Wed, 02 Oct 2002 13:25:00 +0200,
> Thierry Vignaud wrote:
> > 
> > Takashi Iwai <tiwai@suse.de> writes:
> > 
> > > * via8233 --> fixed
> > >   no problems now  (on cvs it's merged together with via686 as
> > >   snd-via82xx driver)
> > 
> > i got reports saying via686 produce "digital noise" since we switched
> > from alsa-0.9.0 rc2 to rc3
> 
> drivers for via chip were merged now to snd-via82xx, and many fixes
> have been done on it.  please check the cvs version.
> yeah, i'd love to release rc4...  Jaroslav?

I'm busy with the kernel sync at the moment. I'm going to release rc4 
in this week later.

						Jaroslav

-----
Jaroslav Kysela <perex@suse.cz>
Linux Kernel Sound Maintainer
ALSA Project  http://www.alsa-project.org
SuSE Linux    http://www.suse.com



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: update of "known bugs" list
  2002-10-02 11:31   ` Takashi Iwai
  2002-10-02 11:39     ` Jaroslav Kysela
@ 2002-10-02 11:41     ` Thierry Vignaud
  1 sibling, 0 replies; 7+ messages in thread
From: Thierry Vignaud @ 2002-10-02 11:41 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: Patrick Shirkey, alsa-devel

Takashi Iwai <tiwai@suse.de> writes:

> > i got reports saying via686 produce "digital noise" since we
> > switched from alsa-0.9.0 rc2 to rc3
>
> drivers for via chip were merged now to snd-via82xx, and many fixes
> have been done on it.  please check the cvs version.

that's what i said to the guy but he replied he has more important
things to do before ...

in the meantime i sent you this mail in order to get the bug in alsa
ml archives if someone need it.



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2002-10-02 11:41 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-09-19 15:46 update of "known bugs" list Takashi Iwai
2002-09-20 12:30 ` Takashi Iwai
2002-09-20 12:34   ` Patrick Shirkey
2002-10-02 11:25 ` Thierry Vignaud
2002-10-02 11:31   ` Takashi Iwai
2002-10-02 11:39     ` Jaroslav Kysela
2002-10-02 11:41     ` Thierry Vignaud

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.