27 Mar
2024
27 Mar
'24
11:25 a.m.
On Tue, 26 Mar 2024 17:18:44 +0100, Gergo Koteles wrote:
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.
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
Applied now. Thanks.
Takashi