Re: Applied "ASoC: wcd9335: add support to wcd9335 codec" to the asoc tree
From: Srinivas Kandagatla <hidden>
Date: 2018-08-01 12:24:38
Also in:
alsa-devel, lkml
From: Srinivas Kandagatla <hidden>
Date: 2018-08-01 12:24:38
Also in:
alsa-devel, lkml
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