All of lore.kernel.org
 help / color / mirror / Atom feed
* [ALSA - driver 0000539]: Problem with changing size of etram
@ 2004-09-24 21:55 bugtrack
  0 siblings, 0 replies; 7+ messages in thread
From: bugtrack @ 2004-09-24 21:55 UTC (permalink / raw)
  To: alsa-devel


The following bug has been SUBMITTED.
======================================================================
https://bugtrack.alsa-project.org/alsa-bug/bug_view_page.php?bug_id=0000539
======================================================================
Reported By:                mikma
Assigned To:                pzad
======================================================================
Project:                    ALSA - driver
Bug 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:              09-24-2004 23:55 CEST
======================================================================
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)

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

Bug History
Date Modified  Username       Field                    Change              
======================================================================
09-24-04 23:55 mikma          New Bug                                      
09-24-04 23:55 mikma          Distribution              => Debian          
09-24-04 23:55 mikma          Kernel Version            => 2.6.5           
======================================================================


-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php

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

* [ALSA - driver 0000539]: Problem with changing size of etram
@ 2004-11-13 20:51 bugtrack
  0 siblings, 0 replies; 7+ messages in thread
From: bugtrack @ 2004-11-13 20:51 UTC (permalink / raw)
  To: alsa-devel


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-13-2004 21:51 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)

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

----------------------------------------------------------------------
 pzad - 11-13-04 21:51 
----------------------------------------------------------------------
Yes, you are right.

Could you provide "Summary" and "Signed-off-by" ???

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                          
======================================================================




-------------------------------------------------------
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8

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

* [ALSA - driver 0000539]: Problem with changing size of etram
@ 2004-11-18 16:44 bugtrack
  0 siblings, 0 replies; 7+ messages in thread
From: bugtrack @ 2004-11-18 16:44 UTC (permalink / raw)
  To: alsa-devel


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-18-2004 17:44 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)

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

----------------------------------------------------------------------
 pzad - 11-13-04 21:51 
----------------------------------------------------------------------
Yes, you are right.

Could you provide "Summary" and "Signed-off-by" ???

----------------------------------------------------------------------
 pzad - 11-18-04 17:44 
----------------------------------------------------------------------
What about this ???

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                          
======================================================================




-------------------------------------------------------
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8

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

* [ALSA - driver 0000539]: Problem with changing size of etram
@ 2004-11-22 20:31 bugtrack
  0 siblings, 0 replies; 7+ messages in thread
From: bugtrack @ 2004-11-22 20:31 UTC (permalink / raw)
  To: alsa-devel


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 21:31 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)

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

----------------------------------------------------------------------
 pzad - 11-18-04 17:44 
----------------------------------------------------------------------
What about this ???

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

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                          
======================================================================




-------------------------------------------------------
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/

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

* [ALSA - driver 0000539]: Problem with changing size of etram
@ 2004-11-22 21:09 bugtrack
  0 siblings, 0 replies; 7+ messages in thread
From: bugtrack @ 2004-11-22 21:09 UTC (permalink / raw)
  To: alsa-devel


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/

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

* [ALSA - driver 0000539]: Problem with changing size of etram
@ 2004-11-23 15:12 bugtrack
  0 siblings, 0 replies; 7+ messages in thread
From: bugtrack @ 2004-11-23 15:12 UTC (permalink / raw)
  To: alsa-devel


The following issue has been RESOLVED.
======================================================================
<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:                     resolved
Distribution:               Debian
Kernel Version:             2.6.5
Resolution:                 fixed
Fixed in Version:           
======================================================================
Date Submitted:             09-24-2004 23:55 CEST
Last Modified:              11-23-2004 16:12 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)

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

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

----------------------------------------------------------------------
 tiwai - 11-23-04 16:12 
----------------------------------------------------------------------
Applied to CVS.  Thanks.

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                          
11-23-04 16:12 tiwai          Status                   assigned => resolved
11-23-04 16:12 tiwai          Resolution               open => fixed       
11-23-04 16:12 tiwai          Note Added: 0002519                          
======================================================================




-------------------------------------------------------
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/

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

* [ALSA - driver 0000539]: Problem with changing size of etram
@ 2004-12-27 14:47 bugtrack
  0 siblings, 0 replies; 7+ messages in thread
From: bugtrack @ 2004-12-27 14:47 UTC (permalink / raw)
  To: alsa-devel


The following issue has been CLOSED
======================================================================
<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:                     closed
Distribution:               Debian
Kernel Version:             2.6.5
Resolution:                 fixed
Fixed in Version:           
======================================================================
Date Submitted:             09-24-2004 23:55 CEST
Last Modified:              12-27-2004 15:47 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)

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

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

----------------------------------------------------------------------
 tiwai - 11-23-04 16:12 
----------------------------------------------------------------------
Applied to CVS.  Thanks.

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                          
11-23-04 16:12 tiwai          Status                   assigned => resolved
11-23-04 16:12 tiwai          Resolution               open => fixed       
11-23-04 16:12 tiwai          Note Added: 0002519                          
12-27-04 15:47 tiwai          Status                   resolved => closed  
======================================================================




-------------------------------------------------------
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/

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

end of thread, other threads:[~2004-12-27 14:47 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-11-22 21:09 [ALSA - driver 0000539]: Problem with changing size of etram bugtrack
  -- strict thread matches above, loose matches on Subject: below --
2004-12-27 14:47 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

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.