From a8a9e289508612a699aafb81eedea378c4181161 Mon Sep 17 00:00:00 2001 From: EvilOlaf Date: Sun, 1 Mar 2026 15:04:32 +0000 Subject: [PATCH] meson64: fix patch causing build failure --- .../general-meson-aiu-Fix-HDMI-codec-control-selection.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patch/kernel/archive/meson64-7.0/general-meson-aiu-Fix-HDMI-codec-control-selection.patch b/patch/kernel/archive/meson64-7.0/general-meson-aiu-Fix-HDMI-codec-control-selection.patch index 4eb413ba64..d74e7d9373 100644 --- a/patch/kernel/archive/meson64-7.0/general-meson-aiu-Fix-HDMI-codec-control-selection.patch +++ b/patch/kernel/archive/meson64-7.0/general-meson-aiu-Fix-HDMI-codec-control-selection.patch @@ -97,7 +97,7 @@ index 111111111111..222222222222 100644 + struct snd_ctl_elem_value *ucontrol) +{ + struct snd_soc_component *component = -+ snd_soc_dapm_kcontrol_component(kcontrol); ++ snd_soc_dapm_kcontrol_to_component(kcontrol); + unsigned int ctrl, more, mux = AIU_HDMI_CTRL_MUX_DISABLED; + + ctrl = snd_soc_component_read(component, AIU_HDMI_CLK_DATA_CTRL);