ALSA: usb-audio: Fix mixer ctl regression of Native Instrument devices
authorTakashi Iwai <tiwai@suse.de>
Wed, 13 Jan 2016 06:20:13 +0000 (07:20 +0100)
committerTakashi Iwai <tiwai@suse.de>
Wed, 13 Jan 2016 06:24:07 +0000 (07:24 +0100)
commitc4a359a0049f2e17b012b31e801e96566f6391e5
tree058102d264229c91b878e795c39611de47687282
parent0a1f90a982e85f4921bed606a6b41a24f4de2ae1
ALSA: usb-audio: Fix mixer ctl regression of Native Instrument devices

The commit [da6d276957ea: ALSA: usb-audio: Add resume support for
Native Instruments controls] brought a regression where the Native
Instrument audio devices don't get the correct value at update due to
the missing shift at writing.  This patch addresses it.

Fixes: da6d276957ea ('ALSA: usb-audio: Add resume support for Native Instruments controls')
Reported-and-tested-by: Owen Williams <owilliams@mixxx.org>
Cc: <stable@vger.kernel.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/usb/mixer_quirks.c