projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2529bba
)
[ALSA] usb-audio - Fix a typo of CONFIG_PROC_FS
author
Takashi Iwai
<tiwai@suse.de>
Fri, 4 Aug 2006 17:08:03 +0000
(19:08 +0200)
committer
Jaroslav Kysela
<perex@suse.cz>
Sat, 23 Sep 2006 08:40:04 +0000
(10:40 +0200)
Fixed a typo of CONFIG_PROC_FS in usbaudio.c.
The stream proc file appears again.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
sound/usb/usbaudio.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/usb/usbaudio.c
b/sound/usb/usbaudio.c
index 31443138591370d05b4be47489dfdf147c48b876..087f9b64d8a0c087c0357363ec11683f684ff64b 100644
(file)
--- a/
sound/usb/usbaudio.c
+++ b/
sound/usb/usbaudio.c
@@
-2049,7
+2049,7
@@
static struct usb_driver usb_audio_driver = {
};
-#if defined(CONFIG_PROCFS) && defined(CONFIG_SND_VERBOSE_PROCFS)
+#if defined(CONFIG_PROC
_
FS) && defined(CONFIG_SND_VERBOSE_PROCFS)
/*
* proc interface for list the supported pcm formats