sound: core: remove initialise static variables to 0
[linux-2.6-block.git] / sound / sound_core.c
index 90d118cd91641cf9f0471324a02b8a3ac40e17a2..aa4a57e488e50b1230eec0c5152812f5782d3e3c 100644 (file)
@@ -136,11 +136,7 @@ struct sound_unit
  * All these clutters are scheduled to be removed along with
  * sound-slot/service-* module aliases.
  */
-#ifdef CONFIG_SOUND_OSS_CORE_PRECLAIM
-static int preclaim_oss = 1;
-#else
-static int preclaim_oss = 0;
-#endif
+static int preclaim_oss = IS_ENABLED(CONFIG_SOUND_OSS_CORE_PRECLAIM);
 
 module_param(preclaim_oss, int, 0444);