[ALSA] Remove ifdefs from OSS PCM emulation codes
[firefly-linux-kernel-4.4.55.git] / sound / core / oss / mulaw.c
index 2eb18807e6d04662f9d85bed3355d8ad2cd5b5e6..91b62429b323c2f3c32afce7dcda4ed0ba5ad2f8 100644 (file)
@@ -22,9 +22,6 @@
  */
   
 #include <sound/driver.h>
-
-#ifdef CONFIG_SND_PCM_OSS_PLUGINS
-
 #include <linux/time.h>
 #include <sound/core.h>
 #include <sound/pcm.h>
@@ -328,5 +325,3 @@ int snd_pcm_plugin_build_mulaw(struct snd_pcm_substream *plug,
        *r_plugin = plugin;
        return 0;
 }
-
-#endif