Re: Applied "ASoC: wcd9335: add support to wcd9335 codec" to the asoc tree

From: Srinivas Kandagatla
Date: Wed Aug 01 2018 - 08:24:38 EST


Hi Mark,

On 01/08/18 12:20, Mark Brown wrote:
+#include <sound/soc.h>
+#include <sound/pcm_params.h>
+#include <sound/soc-dapm.h>
+#include <sound/tlv.h>
+#include <sound/info.h>
+#include <dt-bindings/mfd/wcd9335.h>
+#include <linux/mfd/wcd9335/wcd9335.h>
+#include <linux/mfd/wcd9335/registers.h>

Without the "[PATCH v2 02/10] mfd: wcd9335: add support to wcd9335 core" It would break the build.

--srini