ALSA: usb-audio: Skip volume controls triggers hangup on Dell USB Dock
authorKailang Yang <kailang@realtek.com>
Tue, 12 Apr 2016 02:55:03 +0000 (10:55 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 20 Apr 2016 06:42:15 +0000 (15:42 +0900)
commitd622dad32621a1a33ba74b1b29a19cfd5abe069f
tree331a6aa85256198f531072970e24c3b2a8398dbc
parent157fb2daebc0c42901432b8028488c5ebb4509b1
ALSA: usb-audio: Skip volume controls triggers hangup on Dell USB Dock

commit adcdd0d5a1cb779f6d455ae70882c19c527627a8 upstream.

This is Dell usb dock audio workaround.
It was fixed the master volume keep lower.

[Some background: the patch essentially skips the controls of a couple
 of FU volumes.  Although the firmware exposes the dB and the value
 information via the usb descriptor, changing the values (we set the
 min volume as default) screws up the device.  Although this has been
 fixed in the newer firmware, the devices are shipped with the old
 firmware, thus we need the workaround in the driver side.  -- tiwai]

Signed-off-by: Kailang Yang <kailang@realtek.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
sound/usb/mixer_maps.c