lkml.org 
[lkml]   [2020]   [Jan]   [14]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 4.14 05/39] ALSA: hda/realtek - Set EAPD control to default for ALC222
    Date
    From: Kailang Yang <kailang@realtek.com>

    commit 9194a1ebbc56d7006835e2b4cacad301201fb832 upstream.

    Set EAPD control to verb control.

    Signed-off-by: Kailang Yang <kailang@realtek.com>
    Cc: <stable@vger.kernel.org>
    Signed-off-by: Takashi Iwai <tiwai@suse.de>
    Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

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

    --- a/sound/pci/hda/patch_realtek.c
    +++ b/sound/pci/hda/patch_realtek.c
    @@ -378,6 +378,7 @@ static void alc_fill_eapd_coef(struct hd
    case 0x10ec0672:
    alc_update_coef_idx(codec, 0xd, 0, 1<<14); /* EAPD Ctrl */
    break;
    + case 0x10ec0222:
    case 0x10ec0623:
    alc_update_coef_idx(codec, 0x19, 1<<13, 0);
    break;

    \
     
     \ /
      Last update: 2020-01-14 11:10    [W:4.069 / U:0.092 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site