The LT9611UXC only has an I2S input and therefore only an HDMI-TX audio channel. In this case, the capture channel must be disabled on the HDMI sound card.
Signed-off-by: Vladimir Yakovlev <[email protected]> --- drivers/gpu/drm/bridge/lontium-lt9611uxc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/drm/bridge/lontium-lt9611uxc.c b/drivers/gpu/drm/bridge/lontium-lt9611uxc.c index b17483f1550c..79feaec77afc 100644 --- a/drivers/gpu/drm/bridge/lontium-lt9611uxc.c +++ b/drivers/gpu/drm/bridge/lontium-lt9611uxc.c @@ -562,6 +562,7 @@ static int lt9611uxc_audio_init(struct device *dev, struct lt9611uxc *lt9611uxc) struct hdmi_codec_pdata codec_data = { .ops = <9611uxc_codec_ops, .max_i2s_channels = 2, + .no_i2s_capture = 1, .i2s = 1, .data = lt9611uxc, }; -- 2.34.1
