Home
last modified time | relevance | path

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

/sound/oss/
Dpss.c1135 static int pss_no_sound = 0; /* Just configure non-sound components */ variable
1155 module_param(pss_no_sound, bool, 0);
1156 MODULE_PARM_DESC(pss_no_sound, "Configure sound compoents (0 - no, 1 - yes)");
1178 if(pss_no_sound) /* If configuring only nonsound components */ in init_pss()
1226 if(!pss_no_sound) in cleanup_pss()