ALSA: usb-audio: export snd_usb_feature_unit_ctl
authorDaniel Mack <zonque@gmail.com>
Wed, 25 May 2011 07:09:01 +0000 (09:09 +0200)
committerTakashi Iwai <tiwai@suse.de>
Wed, 25 May 2011 07:36:20 +0000 (09:36 +0200)
commit9e38658f703732cb69936553cef4bdb4e5294f3f
tree8db752c56b8c5677c5ea215bf6b249f17844e4e6
parentef9d59708949b2012b1b723a1eaec82981c40013
ALSA: usb-audio: export snd_usb_feature_unit_ctl

In order to allow quirks functions to hook up to the standard feature
unit op tables, this patch exports a pointer to the struct that is used
internally.

That way, all the code handling the control can be kept private, and
external code can reference the symbol to re-use it.

Signed-off-by: Daniel Mack <zonque@gmail.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/usb/card.c
sound/usb/mixer.c
sound/usb/mixer.h
sound/usb/quirks.c