Skip to content

Commit

Permalink
[ALSA] usb-audio - Fix a typo of CONFIG_PROC_FS
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Takashi Iwai authored and Jaroslav Kysela committed Sep 23, 2006
1 parent 2529bba commit 727f317
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/usb/usbaudio.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 727f317

Please sign in to comment.