lkml.org 
[lkml]   [2015]   [Apr]   [17]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 3.19 002/101] ALSA: hda - Add one more node in the EAPD supporting candidate list
    Date
    3.19-stable review patch.  If anyone has any objections, please let me know.

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

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

    commit af95b41426e0b58279f8ff0ebe420df49a4e96b8 upstream.

    We have a HP machine which use the codec node 0x17 connecting the
    internal speaker, and from the node capability, we saw the EAPD,
    if we don't set the EAPD on for this node, the internal speaker
    can't output any sound.

    BugLink: https://bugs.launchpad.net/bugs/1436745
    Signed-off-by: Hui Wang <hui.wang@canonical.com>
    Signed-off-by: Takashi Iwai <tiwai@suse.de>
    Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

    ---
    sound/pci/hda/patch_realtek.c | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    --- a/sound/pci/hda/patch_realtek.c
    +++ b/sound/pci/hda/patch_realtek.c
    @@ -394,7 +394,7 @@ static void alc_auto_setup_eapd(struct h
    {
    /* We currently only handle front, HP */
    static hda_nid_t pins[] = {
    - 0x0f, 0x10, 0x14, 0x15, 0
    + 0x0f, 0x10, 0x14, 0x15, 0x17, 0
    };
    hda_nid_t *p;
    for (p = pins; *p; p++)



    \
     
     \ /
      Last update: 2015-04-17 16:01    [W:4.360 / U:0.052 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site