Ignore:
Timestamp:
Sep 18, 2022, 2:46:55 AM (3 years ago)
Author:
Paul Smedley
Message:

Update ALSA code to 5.16.20

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GPL/branches/uniaud32-exp/alsa-kernel/pci/cs4281.c

    r715 r736  
    18441844}
    18451845
    1846 static int __snd_cs4281_probe(struct pci_dev *pci,
    1847                               const struct pci_device_id *pci_id)
     1846static int snd_cs4281_probe(struct pci_dev *pci,
     1847                            const struct pci_device_id *pci_id)
    18481848{
    18491849        static int dev;
     
    19051905}
    19061906
    1907 static int snd_cs4281_probe(struct pci_dev *pci,
    1908                             const struct pci_device_id *pci_id)
    1909 {
    1910         return snd_card_free_on_error(&pci->dev, __snd_cs4281_probe(pci, pci_id));
    1911 }
    1912 
    19131907/*
    19141908 * Power Management
Note: See TracChangeset for help on using the changeset viewer.