
On Thu, 14 Aug 2025 08:32:18 +0200, Takashi Iwai wrote:
On Thu, 14 Aug 2025 04:29:10 +0200, Xu, Baojun wrote:
Hi,
Answer in line.
From: Takashi Iwai tiwai@suse.de Sent: 13 August 2025 23:44 To: Xu, Baojun Cc: broonie@kernel.org; andriy.shevchenko@linux.intel.com; alsa-devel@alsa-project.org; Ding, Shenghao; 13916275206@139.com; linux-sound@vger.kernel.org; linux-kernel@vger.kernel.org Subject: [EXTERNAL] Re: [PATCH v1] ALSA: hda/tas2781: Normalize the volume kcontrol name
On Wed, 13 Aug 2025 12:08:42 +0200, Baojun Xu wrote:
Change the name of the kcontrol from "Gain" to "Volume".
Could you describe "why this change is needed"?
This name is in kcontrol, which is open to users. Volume is more normalized and common. Gain is a more professional term in smart amplifiers.
But did you realize that changing the control name may change the user-space behavior completely? e.g. alsa-lib implementation tries to group control elements per prefix and suffix, and "Volume" is one of the standard suffix. That is, with this change, it'll appear as "Speaker Analog" as a mixer element name where the former name is "Speaker Analog Gain".
I'm not against the proposed rename. But please remember that control names aren't something you can change easily because you don't feel good; it's a thing to be more or less "fixed" once after defined in the release products.
Nevertheless I applied the patch now, as Mark already took for ASoC side.
thanks,
Takashi