Home
last modified time | relevance | path

Searched refs:load_all (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/sound/pci/
H A Dbt87x.c33 static bool load_all; /* allow to load cards not the allowlist */ variable
43 module_param(load_all, bool, 0444);
44 MODULE_PARM_DESC(load_all, "Allow to load cards not on the allowlist");
956 if (load_all) in alsa_card_bt87x_init()
/kernel/linux/linux-6.6/sound/pci/
H A Dbt87x.c31 static bool load_all; /* allow to load cards not the allowlist */ variable
41 module_param(load_all, bool, 0444);
42 MODULE_PARM_DESC(load_all, "Allow to load cards not on the allowlist");
914 if (load_all) in alsa_card_bt87x_init()

Completed in 4 milliseconds