All of lore.kernel.org
 help / color / mirror / Atom feed
From: bugtrack@alsa-project.org
To: alsa-devel@alsa-project.org
Subject: [ALSA - driver 0000539]: Problem with changing size of etram
Date: Mon, 22 Nov 2004 22:09:35 +0100	[thread overview]
Message-ID: <e4efb427e88aadeca399095fb2d182da@bugtrack.alsa-project.org> (raw)


A NOTE has been added to this issue.
======================================================================
<https://bugtrack.alsa-project.org/alsa-bug/view.php?id=539> 
======================================================================
Reported By:                mikma
Assigned To:                pzad
======================================================================
Project:                    ALSA - driver
Issue ID:                   539
Category:                   PCI - emu10k1
Reproducibility:            always
Severity:                   trivial
Priority:                   normal
Status:                     assigned
Distribution:               Debian
Kernel Version:             2.6.5
======================================================================
Date Submitted:             09-24-2004 23:55 CEST
Last Modified:              11-22-2004 22:09 CET
======================================================================
Summary:                    Problem with changing size of etram
Description: 
It doesn't work to double the etram size, because of a bad comparison
statement.

patch of emufx.c:
-       if (emu->fx8010.etram_pages.bytes == size)
+       if ((emu->fx8010.etram_pages.bytes / 2) == size)

======================================================================

----------------------------------------------------------------------
 mikma - 11-22-04 21:31 
----------------------------------------------------------------------
Summary: Fixed problem with changing size of etram
Signed-off-by: Mikael Magnusson <mikma@users.sourceforge.net>

----------------------------------------------------------------------
 pzad - 11-22-04 22:09 
----------------------------------------------------------------------
Can be this aplied to CVS, please ???

Issue History
Date Modified  Username       Field                    Change              
======================================================================
09-24-04 23:55 mikma          New Issue                                    
09-24-04 23:55 mikma          Distribution              => Debian          
09-24-04 23:55 mikma          Kernel Version            => 2.6.5           
11-13-04 21:51 pzad           Note Added: 0002402                          
11-18-04 17:44 pzad           Note Added: 0002450                          
11-22-04 21:31 mikma          Note Added: 0002512                          
11-22-04 22:09 pzad           Note Added: 0002513                          
======================================================================




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/

             reply	other threads:[~2004-11-22 21:09 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-11-22 21:09 bugtrack [this message]
  -- strict thread matches above, loose matches on Subject: below --
2004-12-27 14:47 [ALSA - driver 0000539]: Problem with changing size of etram bugtrack
2004-11-23 15:12 bugtrack
2004-11-22 20:31 bugtrack
2004-11-18 16:44 bugtrack
2004-11-13 20:51 bugtrack
2004-09-24 21:55 bugtrack

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=e4efb427e88aadeca399095fb2d182da@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.