All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ALSA: cmipci: Restore aux vol on suspend/resume
@ 2022-03-13 19:56 Jonathan Teh
  2022-03-14  6:53 ` Takashi Iwai
  0 siblings, 1 reply; 2+ messages in thread
From: Jonathan Teh @ 2022-03-13 19:56 UTC (permalink / raw)
  To: alsa-devel; +Cc: Takashi Iwai, Jonathan Teh

Save and restore CM_REG_AUX_VOL instead of register 0x24 twice on
suspend/resume.

Tested on CMI8738LX.

Fixes: cb60e5f5b2b1 ("[ALSA] cmipci - Add PM support")
Signed-off-by: Jonathan Teh <jonathan.teh@outlook.com>
---
 sound/pci/cmipci.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/sound/pci/cmipci.c b/sound/pci/cmipci.c
index 9a678b5cf285..dab801d9d3b4 100644
--- a/sound/pci/cmipci.c
+++ b/sound/pci/cmipci.c
@@ -298,7 +298,6 @@ MODULE_PARM_DESC(joystick_port, "Joystick port address.");
 #define CM_MICGAINZ		0x01	/* mic boost */
 #define CM_MICGAINZ_SHIFT	0
 
-#define CM_REG_MIXER3		0x24
 #define CM_REG_AUX_VOL		0x26
 #define CM_VAUXL_MASK		0xf0
 #define CM_VAUXR_MASK		0x0f
@@ -3265,7 +3264,7 @@ static int snd_cmipci_probe(struct pci_dev *pci,
  */
 static const unsigned char saved_regs[] = {
 	CM_REG_FUNCTRL1, CM_REG_CHFORMAT, CM_REG_LEGACY_CTRL, CM_REG_MISC_CTRL,
-	CM_REG_MIXER0, CM_REG_MIXER1, CM_REG_MIXER2, CM_REG_MIXER3, CM_REG_PLL,
+	CM_REG_MIXER0, CM_REG_MIXER1, CM_REG_MIXER2, CM_REG_AUX_VOL, CM_REG_PLL,
 	CM_REG_CH0_FRAME1, CM_REG_CH0_FRAME2,
 	CM_REG_CH1_FRAME1, CM_REG_CH1_FRAME2, CM_REG_EXT_MISC,
 	CM_REG_INT_STATUS, CM_REG_INT_HLDCLR, CM_REG_FUNCTRL0,
-- 
2.35.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] ALSA: cmipci: Restore aux vol on suspend/resume
  2022-03-13 19:56 [PATCH] ALSA: cmipci: Restore aux vol on suspend/resume Jonathan Teh
@ 2022-03-14  6:53 ` Takashi Iwai
  0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2022-03-14  6:53 UTC (permalink / raw)
  To: Jonathan Teh; +Cc: alsa-devel, Takashi Iwai

On Sun, 13 Mar 2022 20:56:17 +0100,
Jonathan Teh wrote:
> 
> Save and restore CM_REG_AUX_VOL instead of register 0x24 twice on
> suspend/resume.
> 
> Tested on CMI8738LX.
> 
> Fixes: cb60e5f5b2b1 ("[ALSA] cmipci - Add PM support")
> Signed-off-by: Jonathan Teh <jonathan.teh@outlook.com>

Thanks, applied now.


Takashi

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-03-14  7:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-13 19:56 [PATCH] ALSA: cmipci: Restore aux vol on suspend/resume Jonathan Teh
2022-03-14  6:53 ` Takashi Iwai

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.