diff options
author | Daniel Mack <daniel@caiaq.de> | 2010-03-11 15:13:22 -0500 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2010-03-12 06:20:26 -0500 |
commit | 7b1eda223debcba706ab989a09c4eecb327aebdf (patch) | |
tree | 85a22d093120f4456bebfd0da938d727061942d5 /sound/usb/Makefile | |
parent | 45d760567a7d773237b8996584a4ae0440d5e369 (diff) |
ALSA: usb-mixer: factor out quirks
Move all non-standard mixer controls and vendor-specific extensions to a
separate file. Some structs need to be exported now.
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/Makefile')
-rw-r--r-- | sound/usb/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/usb/Makefile b/sound/usb/Makefile index 0758d8dc8cde..744024a0a9fc 100644 --- a/sound/usb/Makefile +++ b/sound/usb/Makefile | |||
@@ -4,6 +4,7 @@ | |||
4 | 4 | ||
5 | snd-usb-audio-objs := card.o \ | 5 | snd-usb-audio-objs := card.o \ |
6 | usbmixer.o \ | 6 | usbmixer.o \ |
7 | mixer_quirks.o \ | ||
7 | proc.o \ | 8 | proc.o \ |
8 | quirks.o \ | 9 | quirks.o \ |
9 | format.o \ | 10 | format.o \ |