File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -337,6 +337,13 @@ static const struct usbmix_name_map bose_companion5_map[] = {
337
337
{ 0 } /* terminator */
338
338
};
339
339
340
+ /* Sennheiser Communications Headset [PC 8], the dB value is reported as -6 negative maximum */
341
+ static const struct usbmix_dB_map sennheiser_pc8_dB = {-9500 , 0 };
342
+ static const struct usbmix_name_map sennheiser_pc8_map [] = {
343
+ { 9 , NULL , .dB = & sennheiser_pc8_dB },
344
+ { 0 } /* terminator */
345
+ };
346
+
340
347
/*
341
348
* Dell usb dock with ALC4020 codec had a firmware problem where it got
342
349
* screwed up when zero volume is passed; just skip it as a workaround
@@ -593,6 +600,11 @@ static const struct usbmix_ctl_map usbmix_ctl_maps[] = {
593
600
.id = USB_ID (0x17aa , 0x1046 ),
594
601
.map = lenovo_p620_rear_map ,
595
602
},
603
+ {
604
+ /* Sennheiser Communications Headset [PC 8] */
605
+ .id = USB_ID (0x1395 , 0x0025 ),
606
+ .map = sennheiser_pc8_map ,
607
+ },
596
608
{ 0 } /* terminator */
597
609
};
598
610
You can’t perform that action at this time.
0 commit comments