Changeset 711 for GPL/branches/uniaud32-next/alsa-kernel/pci/cs4281.c
- Timestamp:
- Aug 5, 2022, 4:38:17 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/branches/uniaud32-next/alsa-kernel/pci/cs4281.c
r710 r711 1850 1850 } 1851 1851 1852 static int snd_cs4281_probe(struct pci_dev *pci,1853 const struct pci_device_id *pci_id)1852 static int __snd_cs4281_probe(struct pci_dev *pci, 1853 const struct pci_device_id *pci_id) 1854 1854 { 1855 1855 static int dev; … … 1911 1911 } 1912 1912 1913 static int snd_cs4281_probe(struct pci_dev *pci, 1914 const struct pci_device_id *pci_id) 1915 { 1916 return snd_card_free_on_error(&pci->dev, __snd_cs4281_probe(pci, pci_id)); 1917 } 1918 1913 1919 /* 1914 1920 * Power Management
Note:
See TracChangeset
for help on using the changeset viewer.
