At Thu, 6 Nov 2008 15:08:49 +0000 (GMT), Tony Vroon wrote:
The widget layout of the Fujitsu Lifebook S6420 (which is ICH9M-based and uses an ALC269) is similar but not identical to the Lifebook S6410/E8410 (which are ICH8M-based and use an ALC262). It is named lifebook as fujitsu is in use for Amilo machines. This builds on the Quanta FL1 work and supports all analog inputs & outputs that I am aware of. Microphone autoswitch is implemented. The laptop mic port takes precedence over the dock mic port if both happen to have a jack plugged in. This made sense to me as a design decision (imagine a presentation environment with the dock fully wired in and the presenter quickly wanting to override the mic with a headset).
There is mention of a digital audio path on the codec graph, so perhaps the headphone socket is dual-function analog/digital. I will follow up with another patch if I can acquire equipment to test this.
Signed-off-by: Tony Vroon tony@linx.net
Applied now. BTW...
--- patch_realtek.c.orig 2008-11-06 14:05:06.000000000 +0000 +++ patch_realtek.c 2008-11-06 14:19:51.000000000 +0000
At the next time, please make a patch directly applicable to the kernel tree. Typically, it has like the following path:
--- xxx/sound/pci/hda/patch_realtek.c +++ yyy/sound/pci/hda/patch_realtek.c
where xxx and yyy can be any (and ignored via -p1 option). Git puts a and b, respectively.
thanks,
Takashi