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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/
H A Dsound_core.c104 * CONFIG_SOUND_OSS_CORE_PRECLAIM and soundcore.preclaim_oss kernel
107 * the kernel in the meantime. If preclaim_oss is non-zero, the
110 * ones are emitted if a missing device is opened. If preclaim_oss is
119 static int preclaim_oss = 1; variable
121 static int preclaim_oss = 0; variable
124 module_param(preclaim_oss, int, 0444);
240 if (!preclaim_oss) {
283 if (!preclaim_oss)
556 if (preclaim_oss && !new_fops) {
623 if (preclaim_oss
[all...]

Completed in 113 milliseconds