diff options
author | Takashi Iwai <tiwai@suse.de> | 2006-08-04 13:08:03 -0400 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2006-09-23 04:40:04 -0400 |
commit | 727f317a10da74b4e5c6d968bbba07767bfea794 (patch) | |
tree | 3c8f08e706105e0a0c036ce11e0754e30f9412d3 /sound/usb | |
parent | 2529bba7606b23c1b7161d3c2ad486162e8650f9 (diff) |
[ALSA] usb-audio - Fix a typo of CONFIG_PROC_FS
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>
Diffstat (limited to 'sound/usb')
-rw-r--r-- | sound/usb/usbaudio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/usb/usbaudio.c b/sound/usb/usbaudio.c index 314431385913..087f9b64d8a0 100644 --- a/sound/usb/usbaudio.c +++ b/sound/usb/usbaudio.c | |||
@@ -2049,7 +2049,7 @@ static struct usb_driver usb_audio_driver = { | |||
2049 | }; | 2049 | }; |
2050 | 2050 | ||
2051 | 2051 | ||
2052 | #if defined(CONFIG_PROCFS) && defined(CONFIG_SND_VERBOSE_PROCFS) | 2052 | #if defined(CONFIG_PROC_FS) && defined(CONFIG_SND_VERBOSE_PROCFS) |
2053 | 2053 | ||
2054 | /* | 2054 | /* |
2055 | * proc interface for list the supported pcm formats | 2055 | * proc interface for list the supported pcm formats |