29 Mar
2023
29 Mar
'23
6:14 a.m.
Hi,
This series started while attempting to fix the OPL not being detected after restoring from S4 on a YMF744. While attempting to debug the issue, it was found that SIMPLE_DEV_PM_OPS was deprecated, and thus replaced, and a few cleanups were made along the way.
Tasos Sahanidis (4): ALSA: ymfpci: Switch to DEFINE_SIMPLE_DEV_PM_OPS() ALSA: ymfpci: Move allocation of saved registers to struct snd_ymfpci ALSA: ymfpci: Store saved legacy registers in an array ALSA: ymfpci: Store additional legacy registers on suspend
sound/pci/ymfpci/ymfpci.c | 4 +- sound/pci/ymfpci/ymfpci.h | 50 +++++++++++++++++++++--- sound/pci/ymfpci/ymfpci_main.c | 70 ++++++++++------------------------ 3 files changed, 66 insertions(+), 58 deletions(-)
--
2.25.1