mbox series

[0/9] ALSA: PM code cleanups

Message ID 20250313170731.26943-1-tiwai@suse.de (mailing list archive)
Headers show
Series ALSA: PM code cleanups | expand

Message

Takashi Iwai March 13, 2025, 5:07 p.m. UTC
This is a patch set to convert to the newer PM macros.
All systematically converted, and should be no influence on the driver
behavior (except that it can save a few bytes when CONFIG_PM is
disabled).


Takashi

===

Takashi Iwai (9):
  ALSA: ac97: Convert to RUNTIME_PM_OPS() macro
  ALSA: atmel: Convert to DEFINE_SIMPLE_DEV_PM_OPS() macro
  ALSA: pcm: Convert to SYSTEM_SLEEP_PM_OPS()
  ALSA: hda: Use RUNTIME_PM_OPS() and pm_ptr()
  ALSA: hda-intel: Convert to RUNTIME_PM_OPS()
  ALSA: hda/tegra: Convert to RUNTIME_PM_OPS() & co
  ALSA: oxygen: Convert to EXPORT_SIMPLE_DEV_PM_OPS()
  ALSA: vx222: Convert to DEFINE_SIMPLE_DEV_PM_OPS()
  ALSA: intel-hdmi-audio: Convert to SYSTEM_SLEEP_PM_OPS()

 sound/ac97/bus.c              |  9 ++-------
 sound/atmel/ac97c.c           |  9 ++-------
 sound/core/pcm.c              |  4 +---
 sound/pci/hda/hda_bind.c      |  2 +-
 sound/pci/hda/hda_codec.c     |  3 +--
 sound/pci/hda/hda_intel.c     | 12 ++++++------
 sound/pci/hda/hda_tegra.c     | 16 +++++++---------
 sound/pci/oxygen/oxygen.c     |  4 +---
 sound/pci/oxygen/oxygen.h     |  2 --
 sound/pci/oxygen/oxygen_lib.c |  5 +----
 sound/pci/oxygen/se6x.c       |  4 +---
 sound/pci/oxygen/virtuoso.c   |  4 +---
 sound/pci/vx222/vx222.c       |  9 ++-------
 sound/x86/intel_hdmi_audio.c  |  8 ++++----
 14 files changed, 30 insertions(+), 61 deletions(-)