Skip to content
  • Takashi Iwai's avatar
    ALSA: hda - Add probe_only option · d4d9cd03
    Takashi Iwai authored
    
    
    Added probe_only module option to hd-audio driver.
    This option specifies whether the driver creates and initializes the
    codec-parser after probing.  When this option is set, the driver skips
    the codec parsing and initialization but gives you proc and other
    accesses.  It's useful to see the initial codec state for debugging.
    
    The default of this value is off, so the default behavior is as same
    as before.
    
    Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
    d4d9cd03