]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ALSA: vx222: Convert to DEFINE_SIMPLE_DEV_PM_OPS()
authorTakashi Iwai <tiwai@suse.de>
Thu, 13 Mar 2025 17:07:26 +0000 (18:07 +0100)
committerTakashi Iwai <tiwai@suse.de>
Fri, 14 Mar 2025 10:07:13 +0000 (11:07 +0100)
commitf3f9dfde4c88b5db21b350dd61cc913ec16c5f6c
tree82c84f5ca81c82c7b33710eb220bdb9292265da7
parent5ea0a2206b58356779cc686630b6548a3402991c
ALSA: vx222: Convert to DEFINE_SIMPLE_DEV_PM_OPS()

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-9-tiwai@suse.de
sound/pci/vx222/vx222.c