diff options
author | Daniel Mack <daniel@caiaq.de> | 2010-03-04 13:46:12 -0500 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2010-03-05 02:16:47 -0500 |
commit | 3e1aebef6fb55e35668d2d7cf608cf03f30c904f (patch) | |
tree | 51e92e89e84a67ec7ac177847e66d4b34a646ce3 /sound/usb/usbaudio.c | |
parent | bc700ab1407864ebee838de53c9565a394f4da38 (diff) |
ALSA: usb-audio: header file cleanups
Rename snd-usb-lib to snd-usbmidi-lib as MIDI functions are the only
thing it actually contains. Introduce a new header file to only declare
these functions.
Introduced usbmixer.h for all functions exported by usbmixer.c.
Signed-off-by: Daniel Mack <daniel@caiaq.de>
Cc: Clemens Ladisch <clemens@ladisch.de>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/usb/usbaudio.c')
-rw-r--r-- | sound/usb/usbaudio.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sound/usb/usbaudio.c b/sound/usb/usbaudio.c index 11b0826b8fe6..5b91aa02b40b 100644 --- a/sound/usb/usbaudio.c +++ b/sound/usb/usbaudio.c | |||
@@ -56,7 +56,8 @@ | |||
56 | #include <sound/initval.h> | 56 | #include <sound/initval.h> |
57 | 57 | ||
58 | #include "usbaudio.h" | 58 | #include "usbaudio.h" |
59 | 59 | #include "usbmidi.h" | |
60 | #include "usbmixer.h" | ||
60 | 61 | ||
61 | MODULE_AUTHOR("Takashi Iwai <tiwai@suse.de>"); | 62 | MODULE_AUTHOR("Takashi Iwai <tiwai@suse.de>"); |
62 | MODULE_DESCRIPTION("USB Audio"); | 63 | MODULE_DESCRIPTION("USB Audio"); |