Changeset 736 for GPL/branches/uniaud32-exp/alsa-kernel/pci/cs4281.c
- Timestamp:
- Sep 18, 2022, 2:46:55 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/branches/uniaud32-exp/alsa-kernel/pci/cs4281.c
r715 r736 1844 1844 } 1845 1845 1846 static int __snd_cs4281_probe(struct pci_dev *pci,1847 const struct pci_device_id *pci_id)1846 static int snd_cs4281_probe(struct pci_dev *pci, 1847 const struct pci_device_id *pci_id) 1848 1848 { 1849 1849 static int dev; … … 1905 1905 } 1906 1906 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 1913 1907 /* 1914 1908 * Power Management
Note:
See TracChangeset
for help on using the changeset viewer.
