At Sat, 5 Jan 2013 09:31:23 +0800, Raymond Yau wrote:
The driver need pin fixup for the internal speaker and change the
pin
default of following node to [N/A]
Node 0x13 [Jack] Line In at Sep Right Node 0x17 [Fixed] Aux at Oth Mobile-In
-/* Initialisation sequence for ALC260 as configured in Fujitsu
S702x
- laptops. ALC260 pin usage: Mic/Line jack = 0x12, HP jack =
0x14, CD
- audio = 0x16, internal speaker = 0x10.
- */
-static const struct hda_verb alc260_fujitsu_ini
Do the notebook really use node 0x16 CD ?
Yes. That's where the CD audio comes in.
How about those HP and Mic of the port replicator ?
I have no idea: I never purchased the replicator. In the absence of any other information I would assume the replicator's ports are in parallel
with
those of the laptop itself. Unless someone with an S7020 and a replicator turns up it will be impossible to know for sure.
If also affect LIFEBOOK E8020 https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1091868
Does this mean that the internal speaker and line out at Sep right (dock line out) at same node 0x10 ?
Possibly. But it seems more convenient when we handle it as a speaker pin. I fixed it in my test/hda-gen-parser branch of sound-unstable git tree.
Takashi