Skip to content

Commit

Permalink
ALSA: usb-mixer: factor out quirks
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Daniel Mack authored and Takashi Iwai committed Mar 12, 2010
1 parent 45d7605 commit 7b1eda2
Show file tree
Hide file tree
Showing 6 changed files with 480 additions and 416 deletions.
1 change: 1 addition & 0 deletions sound/usb/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

snd-usb-audio-objs := card.o \
usbmixer.o \
mixer_quirks.o \
proc.o \
quirks.o \
format.o \
Expand Down
Loading

0 comments on commit 7b1eda2

Please sign in to comment.