Bug 10003

Summary: hda_intel: balance control does not work correctly
Product: Drivers Reporter: Frans Pop (elendil)
Component: Sound(ALSA)Assignee: Jaroslav Kysela (perex)
Status: CLOSED INVALID    
Severity: normal CC: bunk, rjw, tiwai
Priority: P1    
Hardware: All   
OS: Linux   
Kernel Version: 2.6.25-rc2 Subsystem:
Regression: Yes Bisected commit-id:
Bug Depends on:    
Bug Blocks: 9832    
Attachments: Output of alsa-info.sh

Description Frans Pop 2008-02-16 09:58:35 UTC
Latest working kernel version: 2.6.24
Earliest failing kernel version:
I'm seeing this with 2.6.25-rc2, but it's likely that the problem was introduced in the 2.6.25 merge window.

Distribution: Debian
Hardware Environment: Intel ICH7 / Pentium D desktop system
Software Environment: Debian unstable

Problem Description:
If I slide the left/right balance control in KDE's mixer panel from the center to the left, nothing happens (volume on both speakers remains constant). If I slide it to the right, the master volume control moves down too and volume is decreased on _both_ speakers.
The balance control worked fine in 2.6.24.

00:1b.0 Audio device [0403]: Intel Corporation 82801G (ICH7 Family)
        High Definition Audio Controller [8086:27d8] (rev 01)
Comment 1 Frans Pop 2008-02-29 09:12:22 UTC
Created attachment 15094 [details]
Output of alsa-info.sh
Comment 2 Frans Pop 2008-02-29 09:14:24 UTC
Issue is still there with -rc3.

Hardware is an Intel Desktop with Intel D945GCZ mainboard.
Comment 3 Frans Pop 2008-03-03 16:14:49 UTC
I have just bisected this issue to:
2134ea4f37d36addbe86d4901f6c67a22a5db006 is first bad commit
commit 2134ea4f37d36addbe86d4901f6c67a22a5db006
Author: Takashi Iwai <tiwai@suse.de>
Date:   Thu Jan 10 16:53:55 2008 +0100
    [ALSA] hda-codec - Add virtual master controls

This really looks depressingly similar to #9374 from the 2.6.24 cycle.
The commit reverted to fix that also added a virtual master control...
Comment 4 Takashi Iwai 2008-03-04 02:56:56 UTC
No, it's no regression.  The fact is that you had no master control in the earlier version.  Thus the mixer app chose another one as an alternative.  Now in the latest version, you have finally the master control which is mono channel.
Comment 5 Frans Pop 2008-03-04 11:39:17 UTC
That is complete and utter nonsense.

The balance control worked with the previous version and does not work with the new version. My opinion is that having a working balance control is a lot more relevant than having some nonsense virtual master control.

From my PoV as a user this definitely _is_ a regression.

Why should I want a virtual mono master control?
If you have to implement some virtual master control, the least you can do is to make it stereo so I get proper balance control.
Comment 6 Frans Pop 2008-03-04 13:12:37 UTC
Of course, a change that would leave the mono master control, but ensure that the balance control in applications is linked to a proper stereo control would be fine with me too.
However, any change that results in a working balance control in applications to be changed to something that does not control the left/right balance is a regression.
Comment 7 Takashi Iwai 2008-03-05 04:39:44 UTC
You still have the working balance control.  There is no change about it.
The master control is a new addition over other controls.  And other controls aren't changed at all.

The problem is that damn kmix behaves too smart and tries to fool you.  What you accessed was either Headphone or Front control although kmix showed it as if it were a master control.
Comment 8 Frans Pop 2008-03-05 05:41:45 UTC
OK. I tried some other applications (took some time until I found one with a balance control: audacious), and that worked.

After some googling I also found http://bugs.kde.org/show_bug.cgi?id=155063, so it seems that this is indeed a known issue in KDE. The BR even had a workaround that works for me: there's a (somewhat hidded) setting that lets you select which control kmix considers to be the master control and thus controls the balance. Changing that to PCM or front makes the balance control work again.

Sorry for being a bit aggressive, but from my PoV it was a regression and I had the feeling the issue was being ignored.