Re: [PATCH v3] ALSA: hda/realtek: Enable internal speakers on Razer Blade 16 (2025)

From: Christopher Höner

Date: Tue Jun 23 2026 - 15:04:24 EST


Hi Takashi,

thanks for the review.

v4 moves the captured programming and the fixup into
sound/hda/codecs/helpers/razer_blade16_2025.c and uses the full model
name throughout, so it can't be mixed up with other models.

On power_save_node: it works, but it clicks on every stream start for no
real benefit here. Given the click -- and the existing fixups that
disable it for exactly that reason -- I kept the pcm_playback_hook.

I also couldn't drive the amp from a power_filter: the per-path power-up
on stream start goes through path_power_update(), which writes the power
states directly and never consults codec->power_filter (that only runs
on the codec-wide transitions), so the filter never sees the
converter/pin coming up for playback.

I think v4 is ready - I hope you agree.

Thanks,
Christopher