]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ASoC: Convert to modern PM macros
authorMark Brown <broonie@kernel.org>
Mon, 17 Mar 2025 21:12:54 +0000 (21:12 +0000)
committerMark Brown <broonie@kernel.org>
Mon, 17 Mar 2025 21:12:54 +0000 (21:12 +0000)
commitebfbcfc7b962c06c43cd19cf07396d1e5d545d4b
tree4bec4d6aa6bd8f402125822fa1dd6f9de8286c34
parentaaf08d734e20690e85857b6930d2ad3d767c6cc9
parent15559cdeb9be5a0fe528cdc3f8b759a27ea8f943
ASoC: Convert to modern PM macros

Merge series from Takashi Iwai <tiwai@suse.de>:

This is a revised series of small and trivial patches to convert to
the newer PM macros, e.g. from SET_RUNTIME_PM_OPS() to
RUNTIME_PM_OPS().

The conversions are systematic, and we could reduce messy
__maybe_unused and ifdefs with those changes.

Merely code refactoring, and shouldn't change the actual driver
behavior.
sound/soc/amd/acp/acp-pci.c
sound/soc/tegra/tegra210_adx.c