Re: linux-next: build failure after merge of the drm-misc tree

From: Tomi Valkeinen

Date: Wed Sep 02 2026 - 10:15:57 EST


Hi,

On 02/09/2026 15:11, Mark Brown wrote:
On Wed, Sep 02, 2026 at 09:52:24AM +0300, Ivaylo Dimitrov wrote:
On 1.09.26 г. 17:05 ч., Mark Brown wrote:

/tmp/next/build/sound/soc/ti/omap-hdmi.c:408:6: error: no member named 'card' in 'struct hdmi_audio_data'
408 | ad->card = card;
| ~~ ^

This seems to be due to an interaction between two patches:
1. 9af2c1d4f847 (ASoC: ti: omap-hdmi: remove unused *card) / 875e906efdc4
(ASoC: ti: preparation for Card capsuling)

Those are in -rc1...

2. 699e5975e2a53 (drm/omap: Report HDMI hotplug events to the ASoC HDMI
codec)

...which the drm-misc tree has now merged so I don't expect it to build
independently of any other tree. I'm a bit surprised this wasn't caught
when merging up -rc1.

So the fix is just to remove that line. Any preference, should this go via drm or sound?

Tomi