All of lore.kernel.org
 help / color / mirror / Atom feed
From: Takashi Iwai <tiwai@suse.de>
To: Eric Naim <dnaim@cachyos.org>
Cc: Sean Rhodes <sean@starlabs.systems>,
	linux-kernel@vger.kernel.org, Jaroslav Kysela <perex@perex.cz>,
	Takashi Iwai <tiwai@suse.com>, Zhang Heng <zhangheng@kylinos.cn>,
	Kailang Yang <kailang@realtek.com>,
	Damien Dagorn <damien.dagorn29@gmail.com>,
	Chris Chiu <chris.chiu@canonical.com>,
	Lei Huang <huanglei@kylinos.cn>,
	linux-sound@vger.kernel.org
Subject: Re: [PATCH 1/2] ALSA: hda/realtek: Limit Star Labs internal mic boost
Date: Mon, 03 Aug 2026 09:28:32 +0200	[thread overview]
Message-ID: <87v79racin.wl-tiwai@suse.de> (raw)
In-Reply-To: <9291ae0c-a36d-4443-9304-8f1a5eca5118@cachyos.org>

On Mon, 03 Aug 2026 09:24:00 +0200,
Eric Naim wrote:
> 
> On 8/3/26 2:12 PM, Eric Naim wrote:
> > Hi Sean,
> > 
> > On 8/1/26 4:13 AM, Sean Rhodes wrote:
> >> The 30 dB internal mic boost is too high for laptops, especially with fans. Limit Star Labs internal mic boost to 10 dB.
> >>
> >> Signed-off-by: Sean Rhodes <sean@starlabs.systems>
> >> ---
> >>  sound/hda/codecs/realtek/alc269.c | 6 ++++++
> >>  1 file changed, 6 insertions(+)
> >>
> >> diff --git a/sound/hda/codecs/realtek/alc269.c b/sound/hda/codecs/realtek/alc269.c
> >> index 379e1458f4ac..42756a3f3f8e 100644
> >> --- a/sound/hda/codecs/realtek/alc269.c
> >> +++ b/sound/hda/codecs/realtek/alc269.c
> >> @@ -4188,6 +4188,7 @@ enum {
> >>  	ALC245_FIXUP_CLEVO_NOISY_MIC,
> >>  	ALC269_FIXUP_VAIO_VJFH52_MIC_NO_PRESENCE,
> >>  	ALC233_FIXUP_MEDION_MTL_SPK,
> >> +	ALC269_FIXUP_STARLABS_LIMIT_INT_MIC_BOOST,
> >>  	ALC233_FIXUP_STARLABS_STARFIGHTER,
> >>  	ALC294_FIXUP_BASS_SPEAKER_15,
> >>  	ALC283_FIXUP_DELL_HP_RESUME,
> >> @@ -6725,6 +6726,10 @@ static const struct hda_fixup alc269_fixups[] = {
> >>  			{ }
> >>  		},
> >>  	},
> >> +	[ALC269_FIXUP_STARLABS_LIMIT_INT_MIC_BOOST] = {
> >> +		.type = HDA_FIXUP_FUNC,
> >> +		.v.func = alc269_fixup_limit_int_mic_boost,
> >> +	},
> > 
> > I guess the reason you're creating a new quirk is because the existing
> > ALC269_FIXUP_LIMIT_INT_MIC_BOOST is chained to ALC269_FIXUP_THINKPAD_ACPI.
> > This makes the quirk identical to ALC269_FIXUP_THINKPAD_ACPI. Would it be
> 
>                     s/ALC269_FIXUP_THINKPAD_ACPI/ALC233_FIXUP_INTEL_NUC8_BOOST
> 
> > worth reworking the existing ALC_269_FIXUP_LIMIT_INT_MIC_BOOST to not be
> > chained and then create a new ALC269_FIXUP_THINKPAD_LIMIT (or similar) for
> > whichever devices that need it?

A good point. If you come up with a new change, try to make a patch on
top of the latest sound git tree for-next branch.


thanks,

Takashi

      reply	other threads:[~2026-08-03  7:28 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-07-31 21:13 [PATCH 1/2] ALSA: hda/realtek: Limit Star Labs internal mic boost Sean Rhodes
2026-07-31 21:13 ` [PATCH 2/2] ALSA: hda/realtek: Add StarFighter HDA SSID Sean Rhodes
2026-08-03  7:03 ` [PATCH 1/2] ALSA: hda/realtek: Limit Star Labs internal mic boost Takashi Iwai
2026-08-03  7:12 ` Eric Naim
2026-08-03  7:24   ` Eric Naim
2026-08-03  7:28     ` Takashi Iwai [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87v79racin.wl-tiwai@suse.de \
    --to=tiwai@suse.de \
    --cc=chris.chiu@canonical.com \
    --cc=damien.dagorn29@gmail.com \
    --cc=dnaim@cachyos.org \
    --cc=huanglei@kylinos.cn \
    --cc=kailang@realtek.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-sound@vger.kernel.org \
    --cc=perex@perex.cz \
    --cc=sean@starlabs.systems \
    --cc=tiwai@suse.com \
    --cc=zhangheng@kylinos.cn \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.