ALSA: hda: cs35l56: Use the new RUNTIME_PM_OPS() macro
authorRichard Fitzgerald <rf@opensource.cirrus.com>
Tue, 19 Sep 2023 08:11:53 +0000 (09:11 +0100)
committerTakashi Iwai <tiwai@suse.de>
Tue, 19 Sep 2023 12:47:22 +0000 (14:47 +0200)
commitdeff8486a40e75813f2841f533c7572489981bae
treea9efb9bc48a807751aae18cc4f3c16cc018f8a62
parentaadb0330cfb60829318ef02ccfb9dd09cd14d920
ALSA: hda: cs35l56: Use the new RUNTIME_PM_OPS() macro

Use RUNTIME_PM_OPS() instead of the old SET_RUNTIME_PM_OPS().
This means we don't need  __maybe_unused on the functions.

Fixes: 73cfbfa9caea ("ALSA: hda/cs35l56: Add driver for Cirrus Logic CS35L56 amplifier")
Signed-off-by: Richard Fitzgerald <rf@opensource.cirrus.com>
Link: https://lore.kernel.org/r/20230919081153.19793-1-rf@opensource.cirrus.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/cs35l56_hda.c