Re: [PATCH 0/9] Remove some duplicate quirks
From: Eric Naim
Date: Mon Aug 03 2026 - 05:21:53 EST
Sorry everyone, I fumbled sending the cover letter. Here it is.
--
Regards,
Eric
On 8/3/26 4:10 PM, Eric Naim wrote:
> When looking at a recent review discussion, I noticed that quirk existed
> because
> ALC269_FIXUP_LIMIT_INT_MIC_BOOST was chained to
> ALC269_FIXUP_THINKPAD_ACPI and could not be reused in that case.
> This led to removing the chain from ALC269_FIXUP_LIMIT_INT_MIC_BOOST
> and deleting the redundant quirks.
>
> While at it, I also removed other quirks that existed because a generic
> quirk was chained to another quirk.
>
> Signed-off-by: Eric Naim <dnaim@xxxxxxxxxxx>
>
> Eric Naim (9):
> ALSA: hda/realtek: Remove ALC294_FIXUP_CS35L41_I2C_2
> ALSA: hda/realtek: Add ALC269_FIXUP_THINKPAD_LIMIT_INT_MIC_BOOST quirk
> ALSA: hda/realtek: Unchain ALC269_FIXUP_THINKPAD_ACPI from
> ALC269_FIXUP_LIMIT_INT_MIC_BOOST
> ALSA: hda/realtek: Remove ALC233_FIXUP_INTEL_NUC8_BOOST
> ALSA: hda/realtek: Remove ALC269_FIXUP_STARLABS_LIMIT_INT_MIC_BOOST
> ALSA: hda/realtek: Add ALC285_FIXUP_YOGA_SPEAKER2_TO_DAC1
> ALSA: hda/realtek: Unchain ALC269_FIXUP_THINKPAD_ACPI from
> ALC285_FIXUP_SPEAKER2_TO_DAC1
> ALSA: hda/realtek: Remove ALC294_FIXUP_ASUS_ALLY_SPEAKER
> ALSA: hda/realtek: Remove
> ALC285_FIXUP_ASUS_GA605K_I2C_SPEAKER2_TO_DAC1
>
> sound/hda/codecs/realtek/alc269.c | 61 ++++++++++++-------------------
> 1 file changed, 23 insertions(+), 38 deletions(-)
>