All of lore.kernel.org
 help / color / mirror / Atom feed
* [ALSA - driver 0001012]: TI AC97 volume bit 5 sets bits 0-4
@ 2005-03-29 15:33 bugtrack
  0 siblings, 0 replies; 5+ messages in thread
From: bugtrack @ 2005-03-29 15:33 UTC (permalink / raw)
  To: alsa-devel


The following issue has been RESOLVED.
======================================================================
<https://bugtrack.alsa-project.org/alsa-bug/view.php?id=1012> 
======================================================================
Reported By:                Daniel
Assigned To:                tiwai
======================================================================
Project:                    ALSA - driver
Issue ID:                   1012
Category:                   OTHERS
Reproducibility:            always
Severity:                   trivial
Priority:                   normal
Status:                     resolved
Distribution:               
Kernel Version:             
Resolution:                 fixed
Fixed in Version:           
======================================================================
Date Submitted:             03-24-2005 19:15 CET
Last Modified:              03-29-2005 17:33 CEST
======================================================================
Summary:                    TI AC97 volume bit 5 sets bits 0-4
Description: 
Since ALSA driver 1.0.8 the width of the volume controls is probed to be 6
bits.
The Texas Instruments datasheet contains a footnote for the 5th and 13th
bit of register 2 and the 5th bif of register 6, 12 and 14 saying:
"Special function volume settings. If bit is set, then the 5 volume bits
implemented are set to all ones."
check_volume_resolution in ac97_codec.c should check if setting bit 5 (13)
results in bits 0-4 (8-12) set.
======================================================================

----------------------------------------------------------------------
 Daniel - 03-24-05 20:13 
----------------------------------------------------------------------
Yes, it does.

----------------------------------------------------------------------
 tiwai - 03-29-05 17:33 
----------------------------------------------------------------------
The patch was applied to CVS.

Issue History
Date Modified  Username       Field                    Change              
======================================================================
03-24-05 19:15 Daniel         New Issue                                    
03-24-05 19:44 tiwai          Note Added: 0004196                          
03-24-05 19:45 tiwai          File Added: ac97-res-check.diff                   

03-24-05 20:13 Daniel         Note Added: 0004199                          
03-29-05 17:33 tiwai          Status                   new => resolved     
03-29-05 17:33 tiwai          Resolution               open => fixed       
03-29-05 17:33 tiwai          Assigned To               => tiwai           
03-29-05 17:33 tiwai          Note Added: 0004251                          
======================================================================




-------------------------------------------------------
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://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click

^ permalink raw reply	[flat|nested] 5+ messages in thread
* [ALSA - driver 0001012]: TI AC97 volume bit 5 sets bits 0-4
@ 2005-05-31 15:56 bugtrack
  0 siblings, 0 replies; 5+ messages in thread
From: bugtrack @ 2005-05-31 15:56 UTC (permalink / raw)
  To: alsa-devel


The following issue has been CLOSED
======================================================================
<https://bugtrack.alsa-project.org/alsa-bug/view.php?id=1012> 
======================================================================
Reported By:                Daniel
Assigned To:                tiwai
======================================================================
Project:                    ALSA - driver
Issue ID:                   1012
Category:                   OTHERS
Reproducibility:            always
Severity:                   trivial
Priority:                   normal
Status:                     closed
Distribution:               
Kernel Version:             
Resolution:                 fixed
Fixed in Version:           
======================================================================
Date Submitted:             03-24-2005 19:15 CET
Last Modified:              05-31-2005 17:56 CEST
======================================================================
Summary:                    TI AC97 volume bit 5 sets bits 0-4
Description: 
Since ALSA driver 1.0.8 the width of the volume controls is probed to be 6
bits.
The Texas Instruments datasheet contains a footnote for the 5th and 13th
bit of register 2 and the 5th bif of register 6, 12 and 14 saying:
"Special function volume settings. If bit is set, then the 5 volume bits
implemented are set to all ones."
check_volume_resolution in ac97_codec.c should check if setting bit 5 (13)
results in bits 0-4 (8-12) set.
======================================================================

----------------------------------------------------------------------
 Daniel - 03-24-05 20:13 
----------------------------------------------------------------------
Yes, it does.

----------------------------------------------------------------------
 tiwai - 03-29-05 17:33 
----------------------------------------------------------------------
The patch was applied to CVS.

Issue History
Date Modified  Username       Field                    Change              
======================================================================
03-24-05 19:15 Daniel         New Issue                                    
03-24-05 19:44 tiwai          Note Added: 0004196                          
03-24-05 19:45 tiwai          File Added: ac97-res-check.diff                   

03-24-05 20:13 Daniel         Note Added: 0004199                          
03-29-05 17:33 tiwai          Status                   new => resolved     
03-29-05 17:33 tiwai          Resolution               open => fixed       
03-29-05 17:33 tiwai          Assigned To               => tiwai           
03-29-05 17:33 tiwai          Note Added: 0004251                          
05-31-05 17:56 perex          Status                   resolved => closed  
======================================================================




-------------------------------------------------------
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005

^ permalink raw reply	[flat|nested] 5+ messages in thread
* [ALSA - driver 0001012]: TI AC97 volume bit 5 sets bits 0-4
@ 2005-03-24 19:13 bugtrack
  0 siblings, 0 replies; 5+ messages in thread
From: bugtrack @ 2005-03-24 19:13 UTC (permalink / raw)
  To: alsa-devel


A NOTE has been added to this issue.
======================================================================
<https://bugtrack.alsa-project.org/alsa-bug/view.php?id=1012> 
======================================================================
Reported By:                Daniel
Assigned To:                
======================================================================
Project:                    ALSA - driver
Issue ID:                   1012
Category:                   OTHERS
Reproducibility:            always
Severity:                   trivial
Priority:                   normal
Status:                     new
Distribution:               
Kernel Version:             
======================================================================
Date Submitted:             03-24-2005 19:15 CET
Last Modified:              03-24-2005 20:13 CET
======================================================================
Summary:                    TI AC97 volume bit 5 sets bits 0-4
Description: 
Since ALSA driver 1.0.8 the width of the volume controls is probed to be 6
bits.
The Texas Instruments datasheet contains a footnote for the 5th and 13th
bit of register 2 and the 5th bif of register 6, 12 and 14 saying:
"Special function volume settings. If bit is set, then the 5 volume bits
implemented are set to all ones."
check_volume_resolution in ac97_codec.c should check if setting bit 5 (13)
results in bits 0-4 (8-12) set.
======================================================================

----------------------------------------------------------------------
 tiwai - 03-24-05 19:44 
----------------------------------------------------------------------
Does the attached patch work?

----------------------------------------------------------------------
 Daniel - 03-24-05 20:13 
----------------------------------------------------------------------
Yes, it does.

Issue History
Date Modified  Username       Field                    Change              
======================================================================
03-24-05 19:15 Daniel         New Issue                                    
03-24-05 19:44 tiwai          Note Added: 0004196                          
03-24-05 19:45 tiwai          File Added: ac97-res-check.diff                   

03-24-05 20:13 Daniel         Note Added: 0004199                          
======================================================================




-------------------------------------------------------
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://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click

^ permalink raw reply	[flat|nested] 5+ messages in thread
* [ALSA - driver 0001012]: TI AC97 volume bit 5 sets bits 0-4
@ 2005-03-24 18:44 bugtrack
  0 siblings, 0 replies; 5+ messages in thread
From: bugtrack @ 2005-03-24 18: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=1012> 
======================================================================
Reported By:                Daniel
Assigned To:                
======================================================================
Project:                    ALSA - driver
Issue ID:                   1012
Category:                   OTHERS
Reproducibility:            always
Severity:                   trivial
Priority:                   normal
Status:                     new
Distribution:               
Kernel Version:             
======================================================================
Date Submitted:             03-24-2005 19:15 CET
Last Modified:              03-24-2005 19:44 CET
======================================================================
Summary:                    TI AC97 volume bit 5 sets bits 0-4
Description: 
Since ALSA driver 1.0.8 the width of the volume controls is probed to be 6
bits.
The Texas Instruments datasheet contains a footnote for the 5th and 13th
bit of register 2 and the 5th bif of register 6, 12 and 14 saying:
"Special function volume settings. If bit is set, then the 5 volume bits
implemented are set to all ones."
check_volume_resolution in ac97_codec.c should check if setting bit 5 (13)
results in bits 0-4 (8-12) set.
======================================================================

----------------------------------------------------------------------
 tiwai - 03-24-05 19:44 
----------------------------------------------------------------------
Does the attached patch work?

Issue History
Date Modified  Username       Field                    Change              
======================================================================
03-24-05 19:15 Daniel         New Issue                                    
03-24-05 19:44 tiwai          Note Added: 0004196                          
======================================================================




-------------------------------------------------------
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://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click

^ permalink raw reply	[flat|nested] 5+ messages in thread
* [ALSA - driver 0001012]: TI AC97 volume bit 5 sets bits 0-4
@ 2005-03-24 18:15 bugtrack
  0 siblings, 0 replies; 5+ messages in thread
From: bugtrack @ 2005-03-24 18:15 UTC (permalink / raw)
  To: alsa-devel


The following issue has been SUBMITTED.
======================================================================
<https://bugtrack.alsa-project.org/alsa-bug/view.php?id=1012> 
======================================================================
Reported By:                Daniel
Assigned To:                
======================================================================
Project:                    ALSA - driver
Issue ID:                   1012
Category:                   OTHERS
Reproducibility:            always
Severity:                   trivial
Priority:                   normal
Status:                     new
Distribution:               
Kernel Version:             
======================================================================
Date Submitted:             03-24-2005 19:15 CET
Last Modified:              03-24-2005 19:15 CET
======================================================================
Summary:                    TI AC97 volume bit 5 sets bits 0-4
Description: 
Since ALSA driver 1.0.8 the width of the volume controls is probed to be 6
bits.
The Texas Instruments datasheet contains a footnote for the 5th and 13th
bit of register 2 and the 5th bif of register 6, 12 and 14 saying:
"Special function volume settings. If bit is set, then the 5 volume bits
implemented are set to all ones."
check_volume_resolution in ac97_codec.c should check if setting bit 5 (13)
results in bits 0-4 (8-12) set.
======================================================================

Issue History
Date Modified  Username       Field                    Change              
======================================================================
03-24-05 19:15 Daniel         New Issue                                    
======================================================================




-------------------------------------------------------
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://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click

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

end of thread, other threads:[~2005-05-31 15:56 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-03-29 15:33 [ALSA - driver 0001012]: TI AC97 volume bit 5 sets bits 0-4 bugtrack
  -- strict thread matches above, loose matches on Subject: below --
2005-05-31 15:56 bugtrack
2005-03-24 19:13 bugtrack
2005-03-24 18:44 bugtrack
2005-03-24 18:15 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.