lkml.org 
[lkml]   [2016]   [Jan]   [27]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 4.2.y-ckt 117/268] ALSA: hda - fix the headset mic detection problem for a Dell laptop
    Date
    4.2.8-ckt3 -stable review patch.  If anyone has any objections, please let me know.

    ---8<------------------------------------------------------------

    From: Hui Wang <hui.wang@canonical.com>

    commit 0a1f90a982e85f4921bed606a6b41a24f4de2ae1 upstream.

    The machine uses codec alc255, and the pin configuration value for
    pin 0x14 on this machine is 0x90171130 which is not in the pin quirk
    table yet.

    BugLink: https://bugs.launchpad.net/bugs/1533461
    Signed-off-by: Hui Wang <hui.wang@canonical.com>
    Signed-off-by: Takashi Iwai <tiwai@suse.de>
    Signed-off-by: Kamal Mostafa <kamal@canonical.com>
    ---
    sound/pci/hda/patch_realtek.c | 4 ++++
    1 file changed, 4 insertions(+)

    diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
    index 33696c9..228669d 100644
    --- a/sound/pci/hda/patch_realtek.c
    +++ b/sound/pci/hda/patch_realtek.c
    @@ -5719,6 +5719,10 @@ static const struct snd_hda_pin_quirk alc269_pin_fixup_tbl[] = {
    SND_HDA_PIN_QUIRK(0x10ec0255, 0x1028, "Dell", ALC255_FIXUP_DELL1_MIC_NO_PRESENCE,
    ALC255_STANDARD_PINS,
    {0x12, 0x90a60170},
    + {0x14, 0x90171130},
    + {0x21, 0x02211040}),
    + SND_HDA_PIN_QUIRK(0x10ec0255, 0x1028, "Dell", ALC255_FIXUP_DELL1_MIC_NO_PRESENCE,
    + {0x12, 0x90a60170},
    {0x14, 0x90170140},
    {0x17, 0x40000000},
    {0x1d, 0x40700001},
    --
    1.9.1
    \
     
     \ /
      Last update: 2016-01-27 23:01    [W:4.121 / U:0.188 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site