[Bug 1509950] Re: Headphone jack not working

2015-11-08 Thread Raymond
http://www.alsa-project.org/pipermail/alsa-devel/2007-June/001414.html

seem pin cfg were copied frm windows driver

-- 
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:
  Headphone jack not working

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

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


[Bug 1509950] Re: Headphone jack not working

2015-11-07 Thread Raymond
http://git.alsa-project.org/?p=alsa-
tools.git;a=tree;f=hdajacksensetest;hb=HEAD

only pincap of  node 0x0a support HP but pincap of node 0x0f dose not
support HP


can you confirm that the HP jack the the midde is which node 0x0a or 0x0f by 

./hdajacksensetest -a

-- 
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:
  Headphone jack not working

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

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


[Bug 1509950] Re: Headphone jack not working

2015-11-06 Thread Max Wachtel
both headphone jacks work on LTS 14.04.3

-- 
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:
  Headphone jack not working

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

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


[Bug 1509950] Re: Headphone jack not working

2015-11-06 Thread Raymond
https://git.kernel.org/cgit/linux/kernel/git/tiwai/sound.git/commit/sound/pci/hda?id=03ad6a8c93b6df2d65c305b5b5f9474068b45bfb

ALSA: hda - Fix "PCM" name being used on one DAC when there are two DACs

your HP node 0x0a and speaker node 0xd can only connected to node 0x2


this mean you should have speaker+HP playback volume control

-- 
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:
  Headphone jack not working

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

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


[Bug 1509950] Re: Headphone jack not working

2015-11-06 Thread Raymond
you have to open bug report or send email to the author since the driver
change node 0x0f line out pin to HP pins by fixup so speaker+lo should
not be created


https://git.kernel.org/cgit/linux/kernel/git/tiwai/sound.git/commit/sound/pci/hda/patch_sigmatel.c?id=0a4278464eba4bf98c0d6304c62a1116553125d3


 /*
 STAC 9221 A1 pin configs for
 102801D7 (Dell XPS M1210)
 */
-static const unsigned int dell_922x_m82_pin_configs[10] = {
-   0x02211211, 0x408103ff, 0x02a1123e, 0x90100310, 
-   0x408003f1, 0x0221121f, 0x03451340, 0x40c003f2, 
-   0x508003f3, 0x405003f4, 
+static const struct hda_pintbl dell_922x_m82_pin_configs[] = {
+   { 0x0a, 0x02211211 },
+   { 0x0b, 0x408103ff },
+   { 0x0c, 0x02a1123e },
+   { 0x0d, 0x90100310 },
+   { 0x0e, 0x408003f1 },
+   { 0x0f, 0x0221121f },
+   { 0x10, 0x03451340 },
+   { 0x11, 0x40c003f2 },
+   { 0x15, 0x508003f3 },
+   { 0x1b, 0x405003f4 },
+   {}
 };

-- 
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:
  Headphone jack not working

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

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


[Bug 1509950] Re: Headphone jack not working

2015-11-06 Thread Raymond
ports:
analog-output-speaker: Speakers (priority 1, latency offset 
0 usec, available: unknown)
properties:
device.icon_name = "audio-speakers"
analog-output-headphones: Headphones (priority 9000, latency 
offset 0 usec, available: no)
properties:
device.icon_name = "audio-headphones"
active port: 


control.17 {
iface CARD
name 'Front Headphone Jack'
value false
comment {
access read
type BOOLEAN
count 1
}
}
control.18 {
iface CARD
name 'Front Headphone Jack'
index 1
value false
comment {
access read
type BOOLEAN
count 1
}
}

try

hdajacksensetest -a

when you plug headphone and unplug


** Changed in: pulseaudio (Ubuntu)
   Status: Confirmed => Incomplete

-- 
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:
  Headphone jack not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1509950/+subscriptions

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


[Bug 1509950] Re: Headphone jack not working

2015-11-06 Thread Raymond
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 0x03 [Audio Output] wcaps 0xd0c05: Stereo Amp-Out R/L
  Amp-Out caps: N/A
  Amp-Out vals:  [0xff 0xff]
  Converter: stream=0, channel=0
  Power states: 
  Power: setting=D0, actual=D0
  Delay: 13 samples
Node 0x04 [Audio Output] wcaps 0xd0c05: Stereo Amp-Out R/L
  Amp-Out caps: N/A
  Amp-Out vals:  [0xff 0xff]
  Converter: stream=0, channel=0
  Power states: 
  Power: setting=D0, actual=D0
  Delay: 13 samples
Node 0x05 [Audio Output] wcaps 0xd0c05: Stereo Amp-Out R/L
  Control: name="Headphone Playback Volume", index=0, device=0
ControlAmp: chs=3, dir=Out, idx=0, ofs=0
  Control: name="Headphone Playback Switch", index=0, device=0
ControlAmp: chs=3, dir=Out, idx=0, ofs=0
  Amp-Out caps: N/A
  Amp-Out vals:  [0x80 0x80]
  Converter: stream=5, channel=0
  Power states: 
  Power: setting=D0, actual=D0
  Delay: 13 samples


if there are two headphone jacks, there should be two headphone playback volume 
control ans switches 

speaker playback volume and center/lfe volume when line in is retasked
as output to support 5.1 as your codec are 8 channels

-- 
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:
  Headphone jack not working

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

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


[Bug 1509950] Re: Headphone jack not working

2015-11-06 Thread Raymond
https://bugzilla.kernel.org/enter_bug.cgi?product=Drivers

alsa sound

you have to file upstream bug report  if it is a regression since your
dell m1210 was supported bythe above patch

** Package changed: pulseaudio (Ubuntu) => alsa-driver (Ubuntu)

-- 
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:
  Headphone jack not working

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

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


[Bug 1509950] Re: Headphone jack not working

2015-11-06 Thread Raymond
seem spec->dac_nids not initialised


spec->adc_nids = stac922x_adc_nids;
spec->mux_nids = stac922x_mux_nids;
spec->num_muxes = ARRAY_SIZE(stac922x_mux_nids);
spec->num_adcs = ARRAY_SIZE(stac922x_adc_nids);
spec->num_dmics = 0;
spec->num_pwrs = 0;

spec->num_caps = STAC922X_NUM_CAPS;
spec->capvols = stac922x_capvols;
spec->capsws = stac922x_capsws;

spec->multiout.dac_nids = spec->dac_nids;

snd_hda_add_verbs(codec, stac922x_core_init);

snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PRE_PROBE);

err = stac92xx_parse_auto_config(codec);

-- 
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:
  Headphone jack not working

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

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


[Bug 1509950] Re: Headphone jack not working

2015-10-31 Thread Max Wachtel
I have 3 jacks on my dell xps m1210

-- 
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:
  Headphone jack not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1509950/+subscriptions

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


[Bug 1509950] Re: Headphone jack not working

2015-10-30 Thread Alberto Salvia Novella
** Changed in: pulseaudio (Ubuntu)
   Importance: Undecided => 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:
  Headphone jack not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1509950/+subscriptions

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


[Bug 1509950] Re: Headphone jack not working

2015-10-29 Thread Raymond
do your computer support 5.1 since there are three jacks at same
location ?


ode 0x0a [Pin Complex] wcaps 0x400181: Stereo
  Pincap 0x173f: 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 0x0c [Pin Complex] wcaps 0x400181: Stereo
  Pincap 0x1737: IN OUT Detect Trigger ImpSense
Vref caps: HIZ 50 GRD 80
  Pin Default 0x02811030: [Jack] Line In at Ext Front
Conn = 1/8, Color = Black
DefAssociation = 0x3, Sequence = 0x0
  Pin-ctls: 0x24: IN VREF_80
  Unsolicited: tag=03, enabled=1
  Connection: 1
 0x03
Node 0x0d [Pin Complex] wcaps 0x400181: Stereo
  Pincap 0x173f: 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 0x0037: 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

-- 
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:
  Headphone jack not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1509950/+subscriptions

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


[Bug 1509950] Re: Headphone jack not working

2015-10-29 Thread Raymond
https://git.kernel.org/cgit/linux/kernel/git/tiwai/sound.git/commit/sound/pci/hda/patch_sigmatel.c?id=76c08828709129bdce6c6a325e0342ba73f2618f


ysfs Files
!!---

/sys/class/sound/hwC0D0/init_pin_configs:
0x0a 0x0221101f
0x0b 0x40f000f0
0x0c 0x02811030
0x0d 0x90170110
0x0e 0x40f000f1
0x0f 0x02011020
0x10 0x034410a0
0x11 0x40f000f2
0x15 0x40f000f3
0x1b 0x40f000f4

/sys/class/sound/hwC0D0/driver_pin_configs:
0x0a 0x02211211
0x0b 0x408103ff
0x0c 0x02a1123e
0x0d 0x90100310
0x0e 0x408003f1
0x0f 0x0221121f
0x10 0x03451340
0x11 0x40c003f2
0x15 0x508003f3
0x1b 0x405003f4

/sys/class/sound/hwC0D0/user_pin_configs:

/sys/class/sound/hwC0D0/init_verbs


[   12.280460] snd_hda_codec_idt hdaudioC0D0: autoconfig for STAC9221 A1: 
line_outs=1 (0xa/0x0/0x0/0x0/0x0) type:line
[   12.280465] snd_hda_codec_idt hdaudioC0D0:speaker_outs=1 
(0xd/0x0/0x0/0x0/0x0)
[   12.280469] snd_hda_codec_idt hdaudioC0D0:hp_outs=1 (0xf/0x0/0x0/0x0/0x0)
[   12.280472] snd_hda_codec_idt hdaudioC0D0:mono: mono_out=0x0
[   12.280475] snd_hda_codec_idt hdaudioC0D0:dig-out=0x10/0x0
[   12.280477] snd_hda_codec_idt hdaudioC0D0:inputs:
[   12.280481] snd_hda_codec_idt hdaudioC0D0:  Mic=0xc


Codec: SigmaTel STAC9221 A1
Address: 0
AFG Function Id: 0x1 (unsol 1)
Vendor Id: 0x83847680
Subsystem Id: 0x102801d7
Revision Id: 0x103601


how many jacks ?

it is strange that only mic and your pci ssid seem same as DELL XPS
m1210

-- 
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:
  Headphone jack not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1509950/+subscriptions

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


[Bug 1509950] Re: Headphone jack not working

2015-10-28 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: pulseaudio (Ubuntu)
   Status: New => Confirmed

-- 
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:
  Headphone jack not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1509950/+subscriptions

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