Searched refs:probe_only (Results 1 – 1 of 1) sorted by relevance
113 static int probe_only[SNDRV_CARDS]; variable142 module_param_array(probe_only, int, NULL, 0444);143 MODULE_PARM_DESC(probe_only, "Only probing and no codec initialization.");2067 hda_intel_init_chip(chip, (probe_only[dev] & 2) == 0); in azx_first_init()2417 if (bus->codec_mask && !(probe_only[dev] & 1)) { in azx_probe_continue()