From: James Courtier-Dutton <James@superbug.co.uk>
To: alsa-devel <alsa-devel@lists.sourceforge.net>
Subject: Re: [alsa-cvslog] alsa-kernel: emu10k1: Fix outl() in snd_emu10k1_resume_regs()
Date: Wed, 04 Oct 2006 17:23:14 +0100 [thread overview]
Message-ID: <4523DFF2.4020105@superbug.co.uk> (raw)
In-Reply-To: <ALOGGER1159978767.86@alsa-project.org>
Takashi Iwai wrote:
> - outl(emu->port + A_IOCFG, emu->saved_a_iocfg);
> - outl(emu->port + HCFG, emu->saved_hcfg);
> + outl(emu->saved_a_iocfg, emu->port + A_IOCFG);
> + outl(emu->saved_hcfg, emu->port + HCFG);
>
Is there any tool to find out who got this wrong in the first place?
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
next parent reply other threads:[~2006-10-04 16:23 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <ALOGGER1159978767.86@alsa-project.org>
2006-10-04 16:23 ` James Courtier-Dutton [this message]
2006-10-04 16:26 ` [alsa-cvslog] alsa-kernel: emu10k1: Fix outl() in snd_emu10k1_resume_regs() Takashi Iwai
2006-10-04 16:52 ` Takashi Iwai
2006-10-04 17:33 ` Ville Syrjälä
2006-10-04 16:36 ` Arnaud Patard
2006-10-04 16:43 ` James Courtier-Dutton
2006-10-04 16:52 ` Jochen Voss
2006-10-04 18:08 ` Jaroslav Kysela
2006-10-04 18:12 ` Jaroslav Kysela
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=4523DFF2.4020105@superbug.co.uk \
--to=james@superbug.co.uk \
--cc=alsa-devel@lists.sourceforge.net \
/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.