Changeset 777 for GPL/trunk/alsa-kernel/pci/atiixp.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/atiixp.c
r772 r777 530 530 } 531 531 532 #ifdef CONFIG_PM_SLEEP533 532 static int snd_atiixp_aclink_down(struct atiixp *chip) 534 533 { … … 540 539 return 0; 541 540 } 542 #endif543 541 544 542 /* … … 1464 1462 1465 1463 1466 #ifdef CONFIG_PM_SLEEP1467 1464 /* 1468 1465 * power management … … 1509 1506 } 1510 1507 1511 static SIMPLE_DEV_PM_OPS(snd_atiixp_pm, snd_atiixp_suspend, snd_atiixp_resume); 1512 #define SND_ATIIXP_PM_OPS &snd_atiixp_pm 1513 #else 1514 #define SND_ATIIXP_PM_OPS NULL 1515 #endif /* CONFIG_PM_SLEEP */ 1516 1508 static DEFINE_SIMPLE_DEV_PM_OPS(snd_atiixp_pm, snd_atiixp_suspend, snd_atiixp_resume); 1517 1509 1518 1510 /* … … 1647 1639 .probe = snd_atiixp_probe, 1648 1640 .driver = { 1649 .pm = SND_ATIIXP_PM_OPS,1641 .pm = &snd_atiixp_pm, 1650 1642 }, 1651 1643 };
Note:
See TracChangeset
for help on using the changeset viewer.