]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit2c766c4e2af15744b98918e994dd6671e3129ecd
tree058102d264229c91b878e795c39611de47687282
parent2f7808c1c57963b2fb8a567001cd4a579eb49b70
ALSA: usb-audio: Fix mixer ctl regression of Native Instrument devices

The commit [8b564dfb2c59: 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: 8b564dfb2c59 ('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