Re: [PATCH] ALSA: hda/realtek: Add quirk for CSL Unity BF24B

From: Takashi Iwai

Date: Thu Apr 09 2026 - 04:02:32 EST


On Thu, 09 Apr 2026 09:51:44 +0200,
Zhang Heng wrote:
>
> Do we still need to consider HDA_FIXUP_ACT_PRE_PROBE
>
> and HDA_FIXUP_ACT_INIT?

With my proposed change, only HDA_FIXUP_ACT_INIT is needed.

Of course, it pretty much depends on how the GPIO bits are handled.
For a volatile toggle like your case, there is no need to cache the
value, hence the direct call to handle GPIO bits is better. OTOH,
for static GPIO setups, the caching can work better as is now.

In anyway, I already applied your original patch. After cooking up
the whole, I'll submit the cleanups.


thanks,

Takashi