lkml.org 
[lkml]   [2018]   [Apr]   [30]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 4.14 48/91] ALSA: hda/realtek - Update ALC255 depop optimize
    Date
    4.14-stable review patch.  If anyone has any objections, please let me know.

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

    From: Kailang Yang <kailang@realtek.com>

    commit ab3b8e5159b5335c81ba2d09ee5054d4a1b5a7a6 upstream.

    Add ALC255 its own depop functions for alc_init and alc_shutup.
    Assign it to ALC256 usage.

    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 | 2 ++
    1 file changed, 2 insertions(+)

    --- a/sound/pci/hda/patch_realtek.c
    +++ b/sound/pci/hda/patch_realtek.c
    @@ -7019,6 +7019,8 @@ static int patch_alc269(struct hda_codec
    case 0x10ec0235:
    case 0x10ec0255:
    spec->codec_variant = ALC269_TYPE_ALC255;
    + spec->shutup = alc256_shutup;
    + spec->init_hook = alc256_init;
    break;
    case 0x10ec0236:
    case 0x10ec0256:

    \
     
     \ /
      Last update: 2018-04-30 22:09    [W:2.531 / U:0.008 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site