Changeset 695 for GPL/trunk/alsa-kernel/include/sound/intel-dsp-config.h
- Timestamp:
- Aug 21, 2021, 3:35:34 AM (4 years ago)
- Location:
- GPL/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/trunk
- Property svn:mergeinfo changed
/GPL/branches/uniaud32-next merged: 691-694
- Property svn:mergeinfo changed
-
GPL/trunk/alsa-kernel/include/sound/intel-dsp-config.h
r679 r695 22 22 23 23 int snd_intel_dsp_driver_probe(struct pci_dev *pci); 24 int snd_intel_acpi_dsp_driver_probe(struct device *dev, const u8 acpi_hid[ACPI_ID_LEN]); 24 25 25 26 #else … … 30 31 } 31 32 33 static inline 34 int snd_intel_acpi_dsp_driver_probe(struct device *dev, const u8 acpi_hid[ACPI_ID_LEN]) 35 { 36 return SND_INTEL_DSP_DRIVER_ANY; 37 } 38 32 39 #endif 33 40
Note:
See TracChangeset
for help on using the changeset viewer.