ALSA: usb-audio: Add resume support for FTU controls
authorTakashi Iwai <tiwai@suse.de>
Tue, 18 Nov 2014 16:37:40 +0000 (17:37 +0100)
committerTakashi Iwai <tiwai@suse.de>
Fri, 21 Nov 2014 10:58:19 +0000 (11:58 +0100)
commit0b4e9cfcef055a1be9bee5a47262e9cbcf17e8cd
tree91e3017a4524115071cb9af66eb4635d56564185
parentda6d276957ea56b9514aa5c8d885edf22f0b3e65
ALSA: usb-audio: Add resume support for FTU controls

A few FTU mixer controls have the own value handling, so they have to
be rewritten to follow the support for resume callbacks.  This ended
up in a fair amount of refactoring.  Its own struct is now removed,
instead the values are embedded in kctl private_value totally.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/usb/mixer_quirks.c