Ignore:
Timestamp:
Apr 21, 2025, 7:17:25 PM (4 months ago)
Author:
David Azarewicz
Message:

Merge from uniaud32-exp branch

Location:
GPL/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • GPL/trunk

  • GPL/trunk/alsa-kernel/pci/ens1370.c

    r772 r777  
    19801980}
    19811981
    1982 #ifdef CONFIG_PM_SLEEP
    19831982static int snd_ensoniq_suspend(struct device *dev)
    19841983{
     
    20192018}
    20202019
    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 */
     2020static DEFINE_SIMPLE_DEV_PM_OPS(snd_ensoniq_pm, snd_ensoniq_suspend, snd_ensoniq_resume);
    20262021
    20272022static int snd_ensoniq_create(struct snd_card *card,
     
    23962391        .probe = snd_audiopci_probe,
    23972392        .driver = {
    2398                 .pm = SND_ENSONIQ_PM_OPS,
     2393                .pm = &snd_ensoniq_pm,
    23992394        },
    24002395};
Note: See TracChangeset for help on using the changeset viewer.