aboutsummaryrefslogtreecommitdiffstats
path: root/sound/usb/quirks.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/usb/quirks.c')
-rw-r--r--sound/usb/quirks.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/usb/quirks.c b/sound/usb/quirks.c
index 7c57f2268dd7..19a921eb75f1 100644
--- a/sound/usb/quirks.c
+++ b/sound/usb/quirks.c
@@ -670,7 +670,7 @@ static int snd_usb_gamecon780_boot_quirk(struct usb_device *dev)
670 /* set the initial volume and don't change; other values are either 670 /* set the initial volume and don't change; other values are either
671 * too loud or silent due to firmware bug (bko#65251) 671 * too loud or silent due to firmware bug (bko#65251)
672 */ 672 */
673 u8 buf[2] = { 0x74, 0xdc }; 673 u8 buf[2] = { 0x74, 0xe3 };
674 return snd_usb_ctl_msg(dev, usb_sndctrlpipe(dev, 0), UAC_SET_CUR, 674 return snd_usb_ctl_msg(dev, usb_sndctrlpipe(dev, 0), UAC_SET_CUR,
675 USB_RECIP_INTERFACE | USB_TYPE_CLASS | USB_DIR_OUT, 675 USB_RECIP_INTERFACE | USB_TYPE_CLASS | USB_DIR_OUT,
676 UAC_FU_VOLUME << 8, 9 << 8, buf, 2); 676 UAC_FU_VOLUME << 8, 9 << 8, buf, 2);