Changeset 777 for GPL/trunk/alsa-kernel/pci/als4000.c
- Timestamp:
- Apr 21, 2025, 7:17:25 PM (4 months ago)
- Location:
- GPL/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/trunk
- Property svn:mergeinfo changed
/GPL/branches/uniaud32-exp merged: 766-767,770-771,773-774
- Property svn:mergeinfo changed
-
GPL/trunk/alsa-kernel/pci/als4000.c
r717 r777 940 940 } 941 941 942 #ifdef CONFIG_PM_SLEEP943 942 static int snd_als4000_suspend(struct device *dev) 944 943 { … … 972 971 } 973 972 974 static SIMPLE_DEV_PM_OPS(snd_als4000_pm, snd_als4000_suspend, snd_als4000_resume); 975 #define SND_ALS4000_PM_OPS &snd_als4000_pm 976 #else 977 #define SND_ALS4000_PM_OPS NULL 978 #endif /* CONFIG_PM_SLEEP */ 973 static DEFINE_SIMPLE_DEV_PM_OPS(snd_als4000_pm, snd_als4000_suspend, snd_als4000_resume); 979 974 980 975 static struct pci_driver als4000_driver = { … … 983 978 .probe = snd_card_als4000_probe, 984 979 .driver = { 985 .pm = SND_ALS4000_PM_OPS,980 .pm = &snd_als4000_pm, 986 981 }, 987 982 };
Note:
See TracChangeset
for help on using the changeset viewer.