commit | 9e38658f703732cb69936553cef4bdb4e5294f3f | [log] [tgz] |
---|---|---|
author | Daniel Mack <zonque@gmail.com> | Wed May 25 09:09:01 2011 +0200 |
committer | Takashi Iwai <tiwai@suse.de> | Wed May 25 09:36:20 2011 +0200 |
tree | 8db752c56b8c5677c5ea215bf6b249f17844e4e6 | |
parent | ef9d59708949b2012b1b723a1eaec82981c40013 [diff] |
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>