From: bugtrack@alsa-project.org
To: alsa-devel@alsa-project.org
Subject: [ALSA - driver 0000343]: au8820 hangs the system at some occasions
Date: Thu, 30 Mar 2006 10:29:28 +0200 [thread overview]
Message-ID: <bcdd555da267ad3c37161c3eff3fd6a7@bugtrack.alsa-project.org> (raw)
A NOTE has been added to this issue.
======================================================================
<https://bugtrack.alsa-project.org/alsa-bug/view.php?id=343>
======================================================================
Reported By: sandman
Assigned To: mjander
======================================================================
Project: ALSA - driver
Issue ID: 343
Category: PCI - au88x0
Reproducibility: sometimes
Severity: crash
Priority: normal
Status: acknowledged
Distribution: RedHat 9
Kernel Version: 2.6.7
======================================================================
Date Submitted: 06-23-2004 07:20 CEST
Last Modified: 03-30-2006 10:29 CEST
======================================================================
Summary: au8820 hangs the system at some occasions
Description:
At some occasions the system hangs without any means
to recover other than reset button. No mouse, no pings and
even the alt-SysRq feature doesn't help.
As a result I reboot the system a few times a day (sometimes).
The problem is present in 2.6.5, 2.6.6 and 2.6.7 kernels at
least.
======================================================================
----------------------------------------------------------------------
Raymond - 03-23-06 11:00
----------------------------------------------------------------------
ponchick report oops with au8830 mpu401 on his SMP
https://bugtrack.alsa-project.org/alsa-bug/view.php?id=1833
Why aplaymidi do not report any error if no mpu401 is connected ?
aplaymidi -p 16:0 test.mid
dmesg
ALSA ../../alsa-kernel/drivers/mpu401/mpu401_uart.c:222: cmd: 0xff failed
at 0xe1daa800 (status = 0x80, data = 0xd1)
http://www.alsa-project.org/
3. SMP and thread-safe design.
----------------------------------------------------------------------
Raymond - 03-30-06 10:29
----------------------------------------------------------------------
Try the following patch to see if there is a SDAC bit detect problem on
those stereo AC97 codec manufactured before AC97 2.1 spec , since we can
assume all au8820 have stereo codec.
Index: alsa-driver/alsa-kernel/pci/au88x0/au88x0_mixer.c
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/pci/au88x0/au88x0_mixer.c,v
retrieving revision 1.6
diff -u -r1.6 au88x0_mixer.c
--- alsa-driver/alsa-kernel/pci/au88x0/au88x0_mixer.c 17 Nov 2005 14:55:19
-0000 1.6
+++ alsa-driver/alsa-kernel/pci/au88x0/au88x0_mixer.c 30 Mar 2006 08:25:42
-0000
@@ -28,6 +28,10 @@
ac97.private_data = vortex;
ac97.scaps = AC97_SCAP_NO_SPDIF;
err = snd_ac97_mixer(pbus, &ac97, &vortex->codec);
- vortex->isquad = ((vortex->codec == NULL) ? 0 :
(vortex->codec->ext_id&0x80));
+#ifdef CHIP_AU8820
+ vortex->isquad = 0;
+#else
+ vortex->isquad = ((vortex->codec == NULL) ? 0 : (vortex->codec->ext_id
& AC97_EI_SDAC));
+#endif
return err;
}
Issue History
Date Modified Username Field Change
======================================================================
06-23-04 07:20 sandman New Issue
06-23-04 07:20 sandman Distribution => RedHat 9
06-23-04 07:20 sandman Kernel Version => 2.6.7
04-07-05 21:04 jdthood Note Added: 0004370
04-12-05 20:26 alien999999999 Issue Monitored: alien999999999
04-19-05 09:47 sandman Note Added: 0004519
04-19-05 10:03 jdthood Status assigned => acknowledged
08-25-05 18:51 Raymond Note Added: 0005942
03-22-06 03:01 rlrevell Note Added: 0008789
03-22-06 18:05 sandman Note Added: 0008864
03-23-06 08:59 Raymond Note Added: 0008879
03-23-06 09:05 Raymond Note Edited: 0008879
03-23-06 09:21 Raymond Note Edited: 0008879
03-23-06 11:00 Raymond Note Edited: 0008879
03-30-06 10:29 Raymond Note Added: 0009025
======================================================================
-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
next reply other threads:[~2006-03-30 8:29 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-03-30 8:29 bugtrack [this message]
-- strict thread matches above, loose matches on Subject: below --
2006-06-28 9:48 [ALSA - driver 0000343]: au8820 hangs the system at some occasions bugtrack
2006-03-23 7:59 bugtrack
2006-03-22 17:05 bugtrack
2006-03-22 2:01 bugtrack
2005-08-25 16:51 bugtrack
2005-04-19 8:03 bugtrack
2005-04-19 7:47 bugtrack
2005-04-07 19:04 bugtrack
2004-06-23 5:20 noreply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=bcdd555da267ad3c37161c3eff3fd6a7@bugtrack.alsa-project.org \
--to=bugtrack@alsa-project.org \
--cc=alsa-devel@alsa-project.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.