Skip to content
  • Takashi Iwai's avatar
    ALSA: hda - Disable the sanity check in snd_hda_add_pincfg() · d5657ec9
    Takashi Iwai authored
    
    
    When pin default configs are overridden via patch option, these are
    evaluated before fixups are applied.  Since some fixups change the
    whole codec trees and/or add pins dynamically, this sanity check might
    not pass when pins aren't present at the time the function is called.
    
    We may reorder the execution, but an easier fix is simply to disable
    this sanity check.
    
    Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
    d5657ec9