Launchpad has imported 5 comments from the remote bug at
https://bugs.freedesktop.org/show_bug.cgi?id=93153.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.

------------------------------------------------------------------------
On 2015-11-29T01:50:33+00:00 Max Wachtel wrote:

when I plug in my headphones, they do not work. This happens with the 4
kernel on ubuntu, arch, fedora. Ubuntu 14.04 lts is fine and so is
fedora 22. I noticed if I plug in my audio extension cord in the left
jack and plug my headphones in the middle jack, they work(ubuntu
15.10+16.04,fedora 23 and arch).

Reply at: https://bugs.launchpad.net/ubuntu/+source/alsa-
driver/+bug/1509950/comments/23

------------------------------------------------------------------------
On 2015-12-02T04:48:35+00:00 Raymond wrote:

You have to fix the driver first if HP and speaker must share volume
control


https://bugzilla.kernel.org/enter_bug.cgi?product=Drivers

Sound(ALSA)

Reply at: https://bugs.launchpad.net/ubuntu/+source/alsa-
driver/+bug/1509950/comments/24

------------------------------------------------------------------------
On 2015-12-02T07:22:01+00:00 Raymond wrote:

Node 0x02 [Audio Output] wcaps 0xd0c05: Stereo Amp-Out R/L
  Control: name="Speaker+LO Playback Volume", index=0, device=0
    ControlAmp: chs=3, dir=Out, idx=0, ofs=0
  Control: name="Speaker+LO Playback Switch", index=0, device=0
    ControlAmp: chs=3, dir=Out, idx=0, ofs=0
  Device: name="STAC9221 A1 Analog", type="Audio", device=0
  Amp-Out caps: N/A
  Amp-Out vals:  [0x79 0x79]
  Converter: stream=5, channel=0
  Power states: 
  Power: setting=D0, actual=D0
  Delay: 13 samples

Node 0x0a [Pin Complex] wcaps 0x400181: Stereo
  Pincap 0x0000173f: IN OUT HP Detect Trigger ImpSense
    Vref caps: HIZ 50 GRD 80
  Pin Default 0x0221101f: [Jack] HP Out at Ext Front
    Conn = 1/8, Color = Black
    DefAssociation = 0x1, Sequence = 0xf
  Pin-ctls: 0x40: OUT VREF_HIZ
  Unsolicited: tag=02, enabled=1
  Connection: 1
     0x02

Node 0x0d [Pin Complex] wcaps 0x400181: Stereo
  Pincap 0x0000173f: IN OUT HP Detect Trigger ImpSense
    Vref caps: HIZ 50 GRD 80
  Pin Default 0x90170110: [Fixed] Speaker at Int N/A
    Conn = Analog, Color = Unknown
    DefAssociation = 0x1, Sequence = 0x0
    Misc = NO_PRESENCE
  Pin-ctls: 0x40: OUT VREF_HIZ
  Unsolicited: tag=00, enabled=0
  Connection: 1
     0x02

Node 0x0f [Pin Complex] wcaps 0x400181: Stereo
  Pincap 0x00000037: IN OUT Detect Trigger ImpSense
  Pin Default 0x02011020: [Jack] Line Out at Ext Front
    Conn = 1/8, Color = Black
    DefAssociation = 0x2, Sequence = 0x0
  Pin-ctls: 0x40: OUT
  Unsolicited: tag=01, enabled=1
  Connection: 1
     0x05

Reply at: https://bugs.launchpad.net/ubuntu/+source/alsa-
driver/+bug/1509950/comments/25

------------------------------------------------------------------------
On 2015-12-03T06:42:47+00:00 Raymond wrote:

https://git.kernel.org/cgit/linux/kernel/git/tiwai/sound.git/plain/sound/pci/hda/hda_generic.c


case AUTO_PIN_HP_OUT:
                /* if the primary channel vol/mute is shared with spk volume,
                 * don't name it as Headphone
                 */
                if (!ch && cfg->speaker_outs &&
                    !path_has_mixer(codec, spec->speaker_paths[0], ctl_type))
-                       break;
+                       return "Speaker+HP";
                /* for multi-io case, only the primary out */
                if (ch && spec->multi_ios)
                        break;
                *index = ch;
                return "Headphone";

Reply at: https://bugs.launchpad.net/ubuntu/+source/alsa-
driver/+bug/1509950/comments/26

------------------------------------------------------------------------
On 2015-12-03T09:38:15+00:00 Raymond wrote:

You also need to add "Speaker+HP" to slaves of virtual master

After the driver rename the shared volume control"Speaker+HP" , you need
to change pulseaudio conf to avoid headphone mute the shared volume
control similar to


http://cgit.freedesktop.org/pulseaudio/pulseaudio/commit/src/modules/alsa/mixer/paths?id=aec811798cd883a454b9b5cd82c77831906bbd2d

Reply at: https://bugs.launchpad.net/ubuntu/+source/alsa-
driver/+bug/1509950/comments/27


** Changed in: alsa-driver
       Status: Unknown => Confirmed

** Changed in: alsa-driver
   Importance: Unknown => Medium

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1509950

Title:
  DELL XPS M1210 STAC9221 Dual Headphone jacks not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/alsa-driver/+bug/1509950/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to