* [ALSA - driver 0001282]: LFE Volumne Control & Mute/Unmute not working
@ 2005-07-26 21:59 bugtrack
2005-07-28 20:15 ` [PATCH] correct bug [ALSA - driver 0001282] hda-intel driver, LFE mute does not work Nicolas GRAZIANO
0 siblings, 1 reply; 3+ messages in thread
From: bugtrack @ 2005-07-26 21:59 UTC (permalink / raw)
To: alsa-devel
The following issue has been SUBMITTED.
======================================================================
<https://bugtrack.alsa-project.org/alsa-bug/view.php?id=1282>
======================================================================
Reported By: notz
Assigned To: tiwai
======================================================================
Project: ALSA - driver
Issue ID: 1282
Category: PCI - hda-intel
Reproducibility: always
Severity: minor
Priority: normal
Status: assigned
Distribution:
Kernel Version: 2.6.12
======================================================================
Date Submitted: 07-26-2005 23:58 CEST
Last Modified: 07-26-2005 23:58 CEST
======================================================================
Summary: LFE Volumne Control & Mute/Unmute not working
Description:
if try to set lfe volume or unmute lfe control with alsamixer or amixer, my
changes always will be reverted and so i never geht any lfe output. if
have an aopen i915GM-HFS motherboard and use alsa kernel from 2005-07-12
(nitro5 kernel).
also capture volumne seems to work not ok. i have set it 11 percent. it's
the maxmium for me. higher values produces oddly noises.
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
07-26-05 23:58 notz New Issue
07-26-05 23:58 notz Kernel Version => 2.6.12
======================================================================
-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH] correct bug [ALSA - driver 0001282] hda-intel driver, LFE mute does not work
2005-07-26 21:59 [ALSA - driver 0001282]: LFE Volumne Control & Mute/Unmute not working bugtrack
@ 2005-07-28 20:15 ` Nicolas GRAZIANO
2005-07-29 11:18 ` Takashi Iwai
0 siblings, 1 reply; 3+ messages in thread
From: Nicolas GRAZIANO @ 2005-07-28 20:15 UTC (permalink / raw)
Cc: alsa-devel
This patch correct the bug of updating mute switch of LFE
Signed-off-by: Nicolas Graziano <nicolas.graziano@wanadoo.fr>
cf bug : <https://bugtrack.alsa-project.org/alsa-bug/view.php?id=1282>
Index: pci/hda/hda_codec.c
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/pci/hda/hda_codec.c,v
retrieving revision 1.20
diff -u -r1.20 hda_codec.c
--- pci/hda/hda_codec.c 13 Jun 2005 13:16:39 -0000 1.20
+++ pci/hda/hda_codec.c 28 Jul 2005 20:04:22 -0000
@@ -801,7 +801,8 @@
0x80, *valp ? 0 : 0x80);
if (chs & 2)
change |= snd_hda_codec_amp_update(codec, nid, 1, dir, idx,
- 0x80, valp[1] ? 0 : 0x80);
+ 0x80, valp[chs==3 ? 1 : 0 ] ? 0 : 0x80);
+
return change;
}
-------------------------------------------------------
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
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] correct bug [ALSA - driver 0001282] hda-intel driver, LFE mute does not work
2005-07-28 20:15 ` [PATCH] correct bug [ALSA - driver 0001282] hda-intel driver, LFE mute does not work Nicolas GRAZIANO
@ 2005-07-29 11:18 ` Takashi Iwai
0 siblings, 0 replies; 3+ messages in thread
From: Takashi Iwai @ 2005-07-29 11:18 UTC (permalink / raw)
To: Nicolas GRAZIANO; +Cc: alsa-devel
At Thu, 28 Jul 2005 22:15:58 +0200,
Nicolas GRAZIANO wrote:
>
> This patch correct the bug of updating mute switch of LFE
>
> Signed-off-by: Nicolas Graziano <nicolas.graziano@wanadoo.fr>
>
> cf bug : <https://bugtrack.alsa-project.org/alsa-bug/view.php?id=1282>
Thanks, I fixed it on CVS in a bit different way.
(Also the callback for volume had to be fixed.)
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
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2005-07-29 11:18 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-07-26 21:59 [ALSA - driver 0001282]: LFE Volumne Control & Mute/Unmute not working bugtrack
2005-07-28 20:15 ` [PATCH] correct bug [ALSA - driver 0001282] hda-intel driver, LFE mute does not work Nicolas GRAZIANO
2005-07-29 11:18 ` Takashi Iwai
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.