From f29c1180fdb1135f804c354ddb21561c85dff81f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Draszik?= Date: Thu, 26 Oct 2023 12:19:37 +0100 Subject: [PATCH] ANDROID: GKI: fix db845c build (snd-soc-wcd-classh.ko) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit In commit 11b0b802f8e3 ("ASoC: codecs: wcd93xx: fix object added to multiple drivers") some shared code was split out into its own kernel module which now breaks the bazel build. Fix by updating the BUILD.bazel file accordingly. Fixes: 11b0b802f8e3 ("ASoC: codecs: wcd93xx: fix object added to multiple drivers") Change-Id: I7073fe7e7264ec49d83a1422d436750e78da8cd5 Signed-off-by: André Draszik Signed-off-by: Greg Kroah-Hartman --- BUILD.bazel | 1 + 1 file changed, 1 insertion(+) diff --git a/BUILD.bazel b/BUILD.bazel index 14603178db38..d788c99663a6 100644 --- a/BUILD.bazel +++ b/BUILD.bazel @@ -274,6 +274,7 @@ _DB845C_MODULE_OUTS = [ "sound/soc/codecs/snd-soc-max98927.ko", "sound/soc/codecs/snd-soc-rl6231.ko", "sound/soc/codecs/snd-soc-rt5663.ko", + "sound/soc/codecs/snd-soc-wcd-classh.ko", "sound/soc/codecs/snd-soc-wcd-mbhc.ko", "sound/soc/codecs/snd-soc-wcd9335.ko", "sound/soc/codecs/snd-soc-wcd934x.ko",