commit | ef9d59708949b2012b1b723a1eaec82981c40013 | [log] [tgz] |
---|---|---|
author | Daniel Mack <zonque@gmail.com> | Wed May 25 09:09:00 2011 +0200 |
committer | Takashi Iwai <tiwai@suse.de> | Wed May 25 09:34:34 2011 +0200 |
tree | 49827ad76ad2cf84933d295ef1df9520dfdb911b | |
parent | 5875c2cb7633ca280c2ece43389d6a6f3c00e951 [diff] |
ALSA: usb-audio: rework add_control_to_empty() This patch renames add_control_to_empty() to snd_usb_mixer_add_control() and exports it, so the quirks functions can make use of it. Also, as "struct mixer_build" is private to mixer.c, rewrite the function to take an argument of type "struct usb_mixer_interface" instead. Signed-off-by: Daniel Mack <zonque@gmail.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>