Changeset 777 for GPL/trunk/alsa-kernel/pci/ens1370.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/ens1370.c
r772 r777 1980 1980 } 1981 1981 1982 #ifdef CONFIG_PM_SLEEP1983 1982 static int snd_ensoniq_suspend(struct device *dev) 1984 1983 { … … 2019 2018 } 2020 2019 2021 static SIMPLE_DEV_PM_OPS(snd_ensoniq_pm, snd_ensoniq_suspend, snd_ensoniq_resume); 2022 #define SND_ENSONIQ_PM_OPS &snd_ensoniq_pm 2023 #else 2024 #define SND_ENSONIQ_PM_OPS NULL 2025 #endif /* CONFIG_PM_SLEEP */ 2020 static DEFINE_SIMPLE_DEV_PM_OPS(snd_ensoniq_pm, snd_ensoniq_suspend, snd_ensoniq_resume); 2026 2021 2027 2022 static int snd_ensoniq_create(struct snd_card *card, … … 2396 2391 .probe = snd_audiopci_probe, 2397 2392 .driver = { 2398 .pm = SND_ENSONIQ_PM_OPS,2393 .pm = &snd_ensoniq_pm, 2399 2394 }, 2400 2395 };
Note:
See TracChangeset
for help on using the changeset viewer.