• T
    ALSA: hda - Add probe_only option · d4d9cd03
    Takashi Iwai 提交于
    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: NTakashi Iwai <tiwai@suse.de>
    d4d9cd03
hda_codec.c 92.9 KB