Changeset 673


Ignore:
Timestamp:
Feb 4, 2021, 9:29:14 AM (5 years ago)
Author:
Paul Smedley
Message:

Bump kernel code to 5.10.13

Location:
GPL/branches/uniaud32-next/alsa-kernel
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • GPL/branches/uniaud32-next/alsa-kernel/include/sound/version.h

    r668 r673  
    11/* include/version.h */
    2 #define CONFIG_SND_VERSION "5.10.11"
     2#define CONFIG_SND_VERSION "5.10.13"
    33#define CONFIG_SND_DATE ""
  • GPL/branches/uniaud32-next/alsa-kernel/pci/hda/patch_realtek.c

    r668 r673  
    89998999        SND_PCI_QUIRK(0x1043, 0x18f1, "Asus FX505DT", ALC256_FIXUP_ASUS_HEADSET_MIC),
    90009000        SND_PCI_QUIRK(0x1043, 0x194e, "ASUS UX563FD", ALC294_FIXUP_ASUS_HPE),
     9001        SND_PCI_QUIRK(0x1043, 0x1982, "ASUS B1400CEPE", ALC256_FIXUP_ASUS_HPE),
    90019002        SND_PCI_QUIRK(0x1043, 0x19ce, "ASUS B9450FA", ALC294_FIXUP_ASUS_HPE),
    90029003        SND_PCI_QUIRK(0x1043, 0x19e1, "ASUS UX581LV", ALC295_FIXUP_ASUS_MIC_NO_PRESENCE),
  • GPL/branches/uniaud32-next/alsa-kernel/pci/hda/patch_via.c

    r668 r673  
    10651065        SND_PCI_QUIRK(0x1043, 0x1487, "Asus G75", VIA_FIXUP_ASUS_G75),
    10661066        SND_PCI_QUIRK(0x1043, 0x8532, "Asus X202E", VIA_FIXUP_INTMIC_BOOST),
    1067         SND_PCI_QUIRK(0x1558, 0x3501, "Clevo W35xSS_370SS", VIA_FIXUP_POWER_SAVE),
     1067        SND_PCI_QUIRK_VENDOR(0x1558, "Clevo", VIA_FIXUP_POWER_SAVE),
    10681068        {0}
    10691069};
Note: See TracChangeset for help on using the changeset viewer.