Skip to content

Commit 9b132f2

Browse files
committed
Merge branch 'for-linus' into for-next
Resolve conflicts and correct the hex numbers, too. Signed-off-by: Takashi Iwai <[email protected]>
2 parents 5396c4b + b81cbf7 commit 9b132f2

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

sound/pci/hda/hda_intel.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2190,6 +2190,8 @@ static const struct snd_pci_quirk power_save_blacklist[] = {
21902190
/* https://bugzilla.redhat.com/show_bug.cgi?id=1581607 */
21912191
SND_PCI_QUIRK(0x1558, 0x3501, "Clevo W35xSS_370SS", 0),
21922192
/* https://bugzilla.redhat.com/show_bug.cgi?id=1525104 */
2193+
SND_PCI_QUIRK(0x1558, 0x6504, "Clevo W65_67SB", 0),
2194+
/* https://bugzilla.redhat.com/show_bug.cgi?id=1525104 */
21932195
SND_PCI_QUIRK(0x1028, 0x0497, "Dell Precision T3600", 0),
21942196
/* https://bugzilla.redhat.com/show_bug.cgi?id=1525104 */
21952197
/* Note the P55A-UD3 and Z87-D3HP share the subsys id for the HDA dev */

sound/pci/hda/patch_conexant.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -922,6 +922,7 @@ static const struct snd_pci_quirk cxt5066_fixups[] = {
922922
SND_PCI_QUIRK(0x17aa, 0x215f, "Lenovo T510", CXT_PINCFG_LENOVO_TP410),
923923
SND_PCI_QUIRK(0x17aa, 0x21ce, "Lenovo T420", CXT_PINCFG_LENOVO_TP410),
924924
SND_PCI_QUIRK(0x17aa, 0x21cf, "Lenovo T520", CXT_PINCFG_LENOVO_TP410),
925+
SND_PCI_QUIRK(0x17aa, 0x21d2, "Lenovo T420s", CXT_PINCFG_LENOVO_TP410),
925926
SND_PCI_QUIRK(0x17aa, 0x21da, "Lenovo X220", CXT_PINCFG_LENOVO_TP410),
926927
SND_PCI_QUIRK(0x17aa, 0x21db, "Lenovo X220-tablet", CXT_PINCFG_LENOVO_TP410),
927928
SND_PCI_QUIRK(0x17aa, 0x38af, "Lenovo IdeaPad Z560", CXT_FIXUP_MUTE_LED_EAPD),

sound/usb/format.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,9 @@ static int line6_parse_audio_format_rates_quirk(struct snd_usb_audio *chip,
296296
case USB_ID(0x0e41, 0x4242): /* Line6 Helix Rack */
297297
case USB_ID(0x0e41, 0x4244): /* Line6 Helix LT */
298298
case USB_ID(0x0e41, 0x4246): /* Line6 HX-Stomp */
299+
case USB_ID(0x0e41, 0x4248): /* Line6 Helix >= fw 2.82 */
300+
case USB_ID(0x0e41, 0x4249): /* Line6 Helix Rack >= fw 2.82 */
301+
case USB_ID(0x0e41, 0x424a): /* Line6 Helix LT >= fw 2.82 */
299302
/* supported rates: 48Khz */
300303
kfree(fp->rate_table);
301304
fp->rate_table = kmalloc(sizeof(int), GFP_KERNEL);

0 commit comments

Comments
 (0)