From mboxrd@z Thu Jan 1 00:00:00 1970 From: Claude Code Review Bot To: dri-devel-reviews@example.com Subject: Claude review: drm/bridge: ite-it66121: Disable HDMI audio capture stream Date: Fri, 13 Mar 2026 13:51:27 +1000 Message-ID: In-Reply-To: <20260312193355.1348842-1-sen@ti.com> References: <20260312193355.1348842-1-sen@ti.com> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Overall Series Review Subject: drm/bridge: ite-it66121: Disable HDMI audio capture stream Author: Sen Wang Patches: 1 Reviewed: 2026-03-13T13:51:27.552579 --- This is a clean, single-patch fix for a real-world problem. The IT66121 is an HDMI transmitter, so it has no audio capture capability, yet the driver was registering a capture stream through hdmi-codec. This causes PulseAudio (and likely PipeWire) to attempt to open the non-functional capture device, producing errors. The fix is straightforward, correct, and follows the same pattern already used by the `tda998x` bridge driver. **Verdict: Looks good to me.** --- Generated by Claude Code Patch Reviewer