[PATCH 0/2] ALSA: add suspend/resume support for InterWave ISA cards

Cássio Gabriel posted 2 patches 2 months, 1 week ago
There is a newer version of this series
include/sound/tea6330t.h  |   1 +
sound/i2c/tea6330t.c      |  33 +++++++++
sound/isa/gus/interwave.c | 178 +++++++++++++++++++++++++++++++++++++++-------
3 files changed, 185 insertions(+), 27 deletions(-)
[PATCH 0/2] ALSA: add suspend/resume support for InterWave ISA cards
Posted by Cássio Gabriel 2 months, 1 week ago
This 2-patch series wires up suspend and resume support for the
InterWave ISA drivers and their PnP front-end around the shared
GUS PM helpers.

The first patch adds a small TEA6330T helper so the InterWave STB
variant can restore its cached external mixer state after resume.

The second patch adds ISA and PnP PM callbacks to snd-interwave and
restores the remaining InterWave-specific state that the generic GUS
resume path does not cover, including the GF1 board registers and the
detected memory layout.

The resume path intentionally does not rerun probe-time DRAM/ROM
detection. As with the shared GUS PM support, this does not guarantee
preservation of sample RAM contents across suspend.

Signed-off-by: Cássio Gabriel <cassiogabrielcontato@gmail.com>
---
Cássio Gabriel (2):
      ALSA: tea6330t: add mixer state restore helper
      ALSA: interwave: add ISA and PnP suspend and resume callbacks

 include/sound/tea6330t.h  |   1 +
 sound/i2c/tea6330t.c      |  33 +++++++++
 sound/isa/gus/interwave.c | 178 +++++++++++++++++++++++++++++++++++++++-------
 3 files changed, 185 insertions(+), 27 deletions(-)
---
base-commit: 4e5929ff6b2f373527fdfb0727a3dd7a31d83a9f
change-id: 20260406-alsa-interwave-pm-609259dbdf02

Best regards,
--  
Cássio Gabriel <cassiogabrielcontato@gmail.com>