]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitc41af45d43725148bcd02c15308c7ebd0568a3c2
tree91e3017a4524115071cb9af66eb4635d56564185
parent9a44709847492efbad0f57a901f48f187e43370e
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