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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 31 Jan 2016 19:28:56 +0000 (11:28 -0800)
commitbae71eb004d0272b6552e45fdff7e58233da27bd
tree18396082fa12c946662fda58274bc3f9b4af526f
parent7fee8d18ecb212ff0a0b99396f0980cd8d8aec07
ALSA: usb-audio: Fix mixer ctl regression of Native Instrument devices

commit c4a359a0049f2e17b012b31e801e96566f6391e5 upstream.

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>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
sound/usb/mixer_quirks.c