Home
last modified time | relevance | path

Searched refs:probe_only (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/sound/pci/hda/
Dhda_intel.c121 static int probe_only[SNDRV_CARDS]; variable
148 module_param_array(probe_only, int, NULL, 0444);
149 MODULE_PARM_DESC(probe_only, "Only probing and no codec initialization.");
1635 azx_init_chip(chip, (probe_only[dev] & 2) == 0); in azx_first_init()
1953 if ((probe_only[dev] & 1) == 0) { in azx_probe_continue()
/linux-4.1.27/Documentation/sound/alsa/
DHD-Audio.txt718 `probe_only=1` option (at best after the cold reboot) and run
723 isn't usable with `probe_only=1`. But you can continue the
725 Using `probe_only` mask 2 skips the reset of HDA codecs (use
726 `probe_only=3` as module option). The hwdep interface can be used
DALSA-Configuration.txt875 probe_only - Only probing and no codec initialization (default=off);