Skip to content
  • Takashi Iwai's avatar
    ALSA: hda - Fix invalid mute in path activation · 8999bf0a
    Takashi Iwai authored
    
    
    When an amp in the activation path is associated with mixer controls,
    activate_amp() tries to skip the initialization.  It's good, but only
    if the mixer really initializes both mute and volume.  Otherwise,
    either the mute of the volume is left uninitialized.
    
    This patch adds this missing check and properly initialize the
    partially controlled amps in an activation path.
    
    Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
    8999bf0a