]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
ALSA: atmel: Convert to DEFINE_SIMPLE_DEV_PM_OPS() macro
authorTakashi Iwai <tiwai@suse.de>
Thu, 13 Mar 2025 17:07:20 +0000 (18:07 +0100)
committerTakashi Iwai <tiwai@suse.de>
Fri, 14 Mar 2025 10:07:13 +0000 (11:07 +0100)
commit4c60cf85e2915763b7116e0233e25cab510eb93e
tree9d0a59c675ede83eaca670c7a1f44d30356f04d4
parent3954382bb5b28e09e20c7ff24a4f5ec003399204
ALSA: atmel: Convert to DEFINE_SIMPLE_DEV_PM_OPS() macro

Use the newer DEFINE_SIMPLE_DEV_PM_OPS() macro instead of
SIMPLE_DEV_PM_OPS() together with pm_ptr(), which makes
CONFIG_PM_SLEEP ifdefs superfluous.

Merely a cleanup, there should be no actual code change.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
Link: https://patch.msgid.link/20250313170731.26943-3-tiwai@suse.de
sound/atmel/ac97c.c