Searched refs:probe_only (Results 1 – 3 of 3) sorted by relevance
128 static int probe_only[SNDRV_CARDS]; variable155 module_param_array(probe_only, int, NULL, 0444);156 MODULE_PARM_DESC(probe_only, "Only probing and no codec initialization.");1786 hda_intel_init_chip(chip, (probe_only[dev] & 2) == 0); in azx_first_init()2112 if ((probe_only[dev] & 1) == 0) { in azx_probe_continue()
718 `probe_only=1` option (at best after the cold reboot) and run723 isn't usable with `probe_only=1`. But you can continue the725 Using `probe_only` mask 2 skips the reset of HDA codecs (use726 `probe_only=3` as module option). The hwdep interface can be used
875 probe_only - Only probing and no codec initialization (default=off);