]> 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)
commiteb4f614be5af1029925c45f157f820fa7afac8be
tree91e3017a4524115071cb9af66eb4635d56564185
parent8b564dfb2c5952e96b8fe1cc9d4892414aa4df88
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