Alsa-Devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] ALSA: hda/tas2781: correct the register for pow calibrated data
@ 2024-04-04 12:25 Shenghao Ding
  2024-04-04 12:36 ` Takashi Iwai
  0 siblings, 1 reply; 2+ messages in thread
From: Shenghao Ding @ 2024-04-04 12:25 UTC (permalink / raw)
  To: broonie
  Cc: andriy.shevchenko, lgirdwood, perex, pierre-louis.bossart,
	13916275206, alsa-devel, linux-kernel, liam.r.girdwood, bard.liao,
	yung-chuan.liao, kevin-lu, tiwai, baojun.xu, soyer, Baojun.Xu,
	navada, v-po, Shenghao Ding

Fixes: 5be27f1e3ec9 ("ALSA: hda/tas2781: Add tas2781 HDA driver")

Signed-off-by: Shenghao Ding <shenghao-ding@ti.com>

---
v2:
 - Add Fixes tag
 - To add a trailing comma will help in case of extending this
   in the future.
---
 sound/pci/hda/tas2781_hda_i2c.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sound/pci/hda/tas2781_hda_i2c.c b/sound/pci/hda/tas2781_hda_i2c.c
index 48dae3339305..75f7674c66ee 100644
--- a/sound/pci/hda/tas2781_hda_i2c.c
+++ b/sound/pci/hda/tas2781_hda_i2c.c
@@ -514,10 +514,10 @@ static int tas2563_save_calibration(struct tasdevice_priv *tas_priv)
 static void tas2781_apply_calib(struct tasdevice_priv *tas_priv)
 {
 	static const unsigned char page_array[CALIB_MAX] = {
-		0x17, 0x18, 0x18, 0x0d, 0x18
+		0x17, 0x18, 0x18, 0x13, 0x18,
 	};
 	static const unsigned char rgno_array[CALIB_MAX] = {
-		0x74, 0x0c, 0x14, 0x3c, 0x7c
+		0x74, 0x0c, 0x14, 0x70, 0x7c,
 	};
 	unsigned char *data;
 	int i, j, rc;
-- 
2.34.1


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

* Re: [PATCH v2] ALSA: hda/tas2781: correct the register for pow calibrated data
  2024-04-04 12:25 [PATCH v2] ALSA: hda/tas2781: correct the register for pow calibrated data Shenghao Ding
@ 2024-04-04 12:36 ` Takashi Iwai
  0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2024-04-04 12:36 UTC (permalink / raw)
  To: Shenghao Ding
  Cc: broonie, andriy.shevchenko, lgirdwood, perex,
	pierre-louis.bossart, 13916275206, alsa-devel, linux-kernel,
	liam.r.girdwood, bard.liao, yung-chuan.liao, kevin-lu, baojun.xu,
	soyer, Baojun.Xu, navada, v-po

On Thu, 04 Apr 2024 14:25:30 +0200,
Shenghao Ding wrote:
> 
> Fixes: 5be27f1e3ec9 ("ALSA: hda/tas2781: Add tas2781 HDA driver")
> 
> Signed-off-by: Shenghao Ding <shenghao-ding@ti.com>

It's always a bad sign when a patch is provided without a proper
description.  Please give a bit more info.

Also, you need no blank line between Fixes and Singed-off-by tags.


thanks,

Takashi

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

end of thread, other threads:[~2024-04-04 12:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-04 12:25 [PATCH v2] ALSA: hda/tas2781: correct the register for pow calibrated data Shenghao Ding
2024-04-04 12:36 ` Takashi Iwai

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox