]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: usb-audio: Add resume support for Native Instruments controls
authorTakashi Iwai <tiwai@suse.de>
Tue, 18 Nov 2014 15:59:47 +0000 (16:59 +0100)
committerTakashi Iwai <tiwai@suse.de>
Fri, 21 Nov 2014 10:58:14 +0000 (11:58 +0100)
commit8b564dfb2c5952e96b8fe1cc9d4892414aa4df88
tree2c0528ae77eb36953a84830078d23b710a0cd854
parent057aa59f8d3856e26392a135ddd6915bfb41e9f1
ALSA: usb-audio: Add resume support for Native Instruments controls

The changes at this time are a bit more wider than previous ones.
Firstly, the NI controls didn't cache the values, so I had to
implement the caching.  It's stored in bit 24 of private_value.
In addition to that, the initial values have to be read from
registers.

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