Searched refs:preclaim_oss (Results 1 – 2 of 2) sorted by relevance
127 * CONFIG_SOUND_OSS_CORE_PRECLAIM and soundcore.preclaim_oss kernel130 * the kernel in the meantime. If preclaim_oss is non-zero, the133 * ones are emitted if a missing device is opened. If preclaim_oss is140 static int preclaim_oss = IS_ENABLED(CONFIG_SOUND_OSS_CORE_PRECLAIM); variable 142 module_param(preclaim_oss, int, 0444);259 if (!preclaim_oss) { in sound_insert_unit() 303 if (!preclaim_oss) in sound_remove_unit() 552 if (preclaim_oss && !new_fops) { in soundcore_open() 608 if (preclaim_oss && in init_oss_soundcore()
34 during boot using the kernel parameter soundcore.preclaim_oss.