lkml.org 
[lkml]   [2019]   [Sep]   [20]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Date
    Subject[PATCH 3.16 063/132] ALSA: hda/realtek - EAPD turn on later
    3.16.74-rc1 review patch.  If anyone has any objections, please let me know.

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

    From: Kailang Yang <kailang@realtek.com>

    commit 607ca3bd220f4022e6f5356026b19dafc363863a upstream.

    Let EAPD turn on after set pin output.

    [ NOTE: This change is supposed to reduce the possible click noises at
    (runtime) PM resume. The functionality should be same (i.e. the
    verbs are executed correctly) no matter which order is, so this
    should be safe to apply for all codecs -- tiwai ]

    Signed-off-by: Kailang Yang <kailang@realtek.com>
    Signed-off-by: Takashi Iwai <tiwai@suse.de>
    Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
    ---
    sound/pci/hda/patch_realtek.c | 3 +--
    1 file changed, 1 insertion(+), 2 deletions(-)

    --- a/sound/pci/hda/patch_realtek.c
    +++ b/sound/pci/hda/patch_realtek.c
    @@ -831,11 +831,10 @@ static int alc_init(struct hda_codec *co
    if (spec->init_hook)
    spec->init_hook(codec);

    + snd_hda_gen_init(codec);
    alc_fix_pll(codec);
    alc_auto_init_amp(codec, spec->init_amp);

    - snd_hda_gen_init(codec);
    -
    snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_INIT);

    return 0;
    \
     
     \ /
      Last update: 2019-09-20 16:26    [W:4.261 / U:0.504 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site