lkml.org 
[lkml]   [2015]   [Sep]   [29]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 3.14 12/84] ALSA: hda - Enable headphone jack detect on old Fujitsu laptops
    Date
    3.14-stable review patch.  If anyone has any objections, please let me know.

    ------------------

    From: Takashi Iwai <tiwai@suse.de>

    commit bb148bdeb0ab16fc0ae8009799471e4d7180073b upstream.

    According to the bug report, FSC Amilo laptops with ALC880 can detect
    the headphone jack but currently the driver disables it. It's partly
    intentionally, as non-working jack detect was reported in the past.
    Let's enable now.

    Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=102501
    Signed-off-by: Takashi Iwai <tiwai@suse.de>
    Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

    ---
    sound/pci/hda/patch_realtek.c | 4 ++--
    1 file changed, 2 insertions(+), 2 deletions(-)

    --- a/sound/pci/hda/patch_realtek.c
    +++ b/sound/pci/hda/patch_realtek.c
    @@ -1193,7 +1193,7 @@ static const struct hda_fixup alc880_fix
    /* override all pins as BIOS on old Amilo is broken */
    .type = HDA_FIXUP_PINS,
    .v.pins = (const struct hda_pintbl[]) {
    - { 0x14, 0x0121411f }, /* HP */
    + { 0x14, 0x0121401f }, /* HP */
    { 0x15, 0x99030120 }, /* speaker */
    { 0x16, 0x99030130 }, /* bass speaker */
    { 0x17, 0x411111f0 }, /* N/A */
    @@ -1213,7 +1213,7 @@ static const struct hda_fixup alc880_fix
    /* almost compatible with FUJITSU, but no bass and SPDIF */
    .type = HDA_FIXUP_PINS,
    .v.pins = (const struct hda_pintbl[]) {
    - { 0x14, 0x0121411f }, /* HP */
    + { 0x14, 0x0121401f }, /* HP */
    { 0x15, 0x99030120 }, /* speaker */
    { 0x16, 0x411111f0 }, /* N/A */
    { 0x17, 0x411111f0 }, /* N/A */



    \
     
     \ /
      Last update: 2015-09-29 17:41    [W:4.110 / U:0.012 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site