public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/4] ALSA: hda/tas2781: fixes for 6.9-rc1
@ 2024-03-26 16:18 Gergo Koteles
  2024-03-26 16:18 ` [PATCH v2 1/4] ALSA: hda/tas2781: remove digital gain kcontrol Gergo Koteles
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Gergo Koteles @ 2024-03-26 16:18 UTC (permalink / raw)
  To: Shenghao Ding, Kevin Lu, Baojun Xu, Jaroslav Kysela, Takashi Iwai
  Cc: alsa-devel, linux-sound, linux-kernel, Gergo Koteles

Hi,

This series removes the no longer needed digital gain kcontrol, which 
caused problems in tas2563, because the register does not exists there.

This series also adds locking and debug statements to the other 
kcontrols. They sometimes ran in parallel with tasdev_fw_ready, and 
caused weird sound problems.
https://github.com/tomsom/yoga-linux/issues/58

Regards,
Gergo

Changes in v2:
 - Do not remove dvc_tlv scale from tas2781-tlv.h as it is also used by
   sound/soc/codecs/tas2781-i2c.c
 - Add kcontrol name to debug statements
 - Add a new patch to remove a useless debug statement.

[1]: https://lore.kernel.org/all/cover.1711401621.git.soyer@irl.hu/

Gergo Koteles (4):
  ALSA: hda/tas2781: remove digital gain kcontrol
  ALSA: hda/tas2781: add locks to kcontrols
  ALSA: hda/tas2781: add debug statements to kcontrols
  ALSA: hda/tas2781: remove useless dev_dbg from playback_hook

 sound/pci/hda/tas2781_hda_i2c.c | 118 +++++++++++++++++++++-----------
 1 file changed, 77 insertions(+), 41 deletions(-)


base-commit: 4cece764965020c22cff7665b18a012006359095
-- 
2.44.0


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

end of thread, other threads:[~2024-03-27 10:25 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-26 16:18 [PATCH v2 0/4] ALSA: hda/tas2781: fixes for 6.9-rc1 Gergo Koteles
2024-03-26 16:18 ` [PATCH v2 1/4] ALSA: hda/tas2781: remove digital gain kcontrol Gergo Koteles
2024-03-26 16:18 ` [PATCH v2 2/4] ALSA: hda/tas2781: add locks to kcontrols Gergo Koteles
2024-03-26 16:18 ` [PATCH v2 3/4] ALSA: hda/tas2781: add debug statements " Gergo Koteles
2024-03-26 16:18 ` [PATCH v2 4/4] ALSA: hda/tas2781: remove useless dev_dbg from playback_hook Gergo Koteles
2024-03-27 10:25 ` [PATCH v2 0/4] ALSA: hda/tas2781: fixes for 6.9-rc1 Takashi Iwai

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