• Takashi Iwai's avatar
    ALSA: hda - Set codec to D3 forcibly even if not used · 785f857d
    Takashi Iwai authored
    We've seen a problem with a pop-noise at suspend/resume on a HP
    machine with ALC269, and it turned out to be an issue that the
    controller going to D3 while the codec is unused.
    
    When the device is once suspended and resumed and kept unused, the
    driver doesn't initialize the codecs.  Instead, the codec chips are
    set up dynamically at the first usage.  Now, suppose the device going
    to suspend again before the codec is set up.  The controller is turned
    off to D3 while the codec chips are untouched.  This caused a pop
    noise because the codec chip might have been turned on implicitly by
    the hardware.
    
    As a workaround, the codec chip needs to be set to D3 when going to
    suspend no matter whether it was used or not.  Also, for making it
    happening, the controller has to be always set up in the resume path.
    Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
    785f857d
hda_intel.c 86.1 KB