From: Takashi Iwai <tiwai@suse.de>
To: Alien <alien999999999@users.sourceforge.net>
Cc: alsa-devel@lists.sourceforge.net, Raymond <rayau@netvigator.com>,
Manuel Jander <manuel.jander@gmail.com>
Subject: Re: Re: [ALSA - driver 0001138]: errors when installing au8820 modules
Date: Wed, 24 Aug 2005 12:35:25 +0200 [thread overview]
Message-ID: <s5hd5o34o7m.wl%tiwai@suse.de> (raw)
In-Reply-To: <200508232340.46629.alien999999999@users.sourceforge.net>
At Tue, 23 Aug 2005 23:40:44 +0200,
Alien wrote:
>
> Op dinsdag 23 augustus 2005 19:18, schreef Takashi Iwai:
> > At Tue, 23 Aug 2005 23:20:00 +0800,
> >
> > Raymond wrote:
> > > Takashi Iwai wrote:
> > > > At Sat, 20 Aug 2005 08:45:47 +0800,
> > > >
> > > > Raymond wrote:
> > > >>I am still using Kernel 2.4 which is not affected by the missing of
> > > >>these two patches.
> > > >>
> > > >>Is the missing of "snd_card_set_dev(card, &pci->dev);" affected only
> > > >>some distrubtion of Kernel 2.6 (32-bits platform) ?
> > > >>
> > > >>https://bugtrack.alsa-project.org/alsa-bug/view.php?id=299
> > > >
> > > > Sure, it's only for 2.6, and it can't be critical.
> > > > It just adds the sysfs entry for udev/hal. It must work fine without
> > > > it.
> > > >
> > > >>The reporter of bug 216 using Kernel 2.4 and the reporter of bug 299
> > > >>using Kernel 2.6
> > > >
> > > > Then this will fix that bug very unlikely.
> > > >
> > > >
> > > > Takashi
> > >
> > > For au88x0 on AMD64
> > >
> > > One of the au8810 user still experience hangs when using GAIM.
> > >
> > > Igor V. Kovalenko reported his patch is OK for his au8820
> > >
> > > http://savannah.nongnu.org/patch/?func=detailitem&item_id=3948#comment43
> > >
> > > There are no feed back from the reporters of ALSA BTS and another au8830
> > > user in the alsa.user mailing list.
> > >
> > > https://bugtrack.alsa-project.org/alsa-bug/view.php?id=1047 au8810
> > > https://bugtrack.alsa-project.org/alsa-bug/view.php?id=1138 au8820
> > > https://bugtrack.alsa-project.org/alsa-bug/view.php?id=1025 au8830
> > >
> > > Would you related this three bugs report ?
> > >
> > > They can try Igor V. Kovalenko's patch at the openvortex project.
> >
> > The current code can't work obviously on 64bit architecture because
> > of the following definition:
> >
> > struct snd_vortex {
> > ...
> > unsigned long __iomem *mmio;
> > ...
> > };
> >
> > It must be u32 if you want to be architecture independent.
>
> that doesn't mean much, you need to see how it handles adding to it, with all
> the typecasts...
It's definitely a part of the problems.
You can find that the driver doesn't cast in hwread/hwwrite at all in
the current CVS code (I don't mention about the modified codes).
Most likely there are other problems incompatible with 64bit
architectures, too.
Takashi
-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
next prev parent reply other threads:[~2005-08-24 10:35 UTC|newest]
Thread overview: 52+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-05-28 20:22 [ALSA - driver 0001138]: errors when installing au8820 modules bugtrack
2005-06-06 2:09 ` Raymond
2005-06-06 15:49 ` Takashi Iwai
2005-06-07 15:05 ` Raymond
2005-06-07 15:16 ` Alien
2005-06-07 16:29 ` Takashi Iwai
2005-06-07 17:05 ` [Openvortex-dev] " Igor Kovalenko
2005-06-07 17:17 ` Alien
2005-06-07 17:38 ` Igor Kovalenko
2005-06-07 18:02 ` Alien
2005-06-08 10:18 ` Takashi Iwai
2005-06-08 11:13 ` Alien
2005-06-08 12:12 ` Takashi Iwai
2005-06-08 13:29 ` Alien
2005-06-08 13:41 ` Takashi Iwai
2005-06-08 18:09 ` Igor Kovalenko
2005-06-08 11:40 ` Raymond
2005-06-08 12:19 ` Takashi Iwai
2005-06-08 18:12 ` Igor Kovalenko
2005-06-09 8:13 ` Raymond
2005-06-08 12:34 ` Raymond
2005-06-08 12:43 ` Takashi Iwai
2005-06-08 18:03 ` Igor Kovalenko
2005-06-09 8:54 ` Raymond
2005-06-28 7:50 ` Raymond
2005-07-01 19:03 ` Igor Kovalenko
2005-07-02 12:53 ` Raymond
2005-07-14 16:43 ` Igor Kovalenko
2005-06-08 9:06 ` Raymond
2005-06-08 10:22 ` Takashi Iwai
2005-06-09 8:34 ` Raymond
2005-06-09 10:17 ` [Openvortex-dev] " Igor Kovalenko
2005-06-12 15:18 ` Raymond
2005-06-10 7:35 ` Raymond
2005-06-10 10:33 ` Takashi Iwai
2005-06-10 11:28 ` Raymond
2005-07-29 14:43 ` Raymond
2005-07-29 15:09 ` Takashi Iwai
2005-08-05 12:46 ` Raymond
2005-08-05 14:32 ` Takashi Iwai
[not found] ` <43067D3B.5040601@netvigator.com>
2005-08-21 12:41 ` Takashi Iwai
2005-08-23 15:20 ` Raymond
2005-08-23 17:18 ` Takashi Iwai
2005-08-23 21:40 ` Alien
2005-08-24 10:35 ` Takashi Iwai [this message]
2005-08-25 17:12 ` Raymond
2005-08-25 17:43 ` Alien
2005-08-26 9:01 ` Raymond
2005-08-25 18:58 ` Manuel Jander
2005-08-25 20:04 ` Alien
2005-06-08 10:23 ` Alien
2005-06-09 8:49 ` Raymond
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=s5hd5o34o7m.wl%tiwai@suse.de \
--to=tiwai@suse.de \
--cc=alien999999999@users.sourceforge.net \
--cc=alsa-devel@lists.sourceforge.net \
--cc=manuel.jander@gmail.com \
--cc=rayau@netvigator.com \
/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.