From: Takashi Iwai <tiwai@suse.de>
Date: Fri, 13 Jan 2006 10:32:52 +0000 (+0100)
Subject: [ALSA] Fix a typo
X-Git-Tag: firefly_0821_release~37155^2~18^2~115
X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=9d83911ac082c6d63c1c08f235349113d8c1d0a3;p=firefly-linux-kernel-4.4.55.git

[ALSA] Fix a typo

Modules: ALSA<-OSS emulation

Fixed a typo.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
---

diff --git a/sound/core/oss/copy.c b/sound/core/oss/copy.c
index 7c008c4c0dd1..6658facc5cda 100644
--- a/sound/core/oss/copy.c
+++ b/sound/core/oss/copy.c
@@ -21,7 +21,7 @@
 
 #include <sound/driver.h>
 
-#ifdef SND_PCM_OSS_PLUGINS
+#ifdef CONFIG_SND_PCM_OSS_PLUGINS
 
 #include <linux/time.h>
 #include <sound/core.h>