Hi Akshu,
Thank you for the patch! Yet something to improve:
[auto build test ERROR on next-20180309] [cannot apply to v4.16-rc4 v4.16-rc3 v4.16-rc2 v4.16-rc6] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system]
url: https://github.com/0day-ci/linux/commits/Akshu-Agrawal/ASoC-AMD-Use-single-d... config: x86_64-allmodconfig (attached as .config) compiler: gcc-7 (Debian 7.3.0-1) 7.3.0 reproduce: # save the attached .config to linux build tree make ARCH=x86_64
All error/warnings (new ones prefixed by >>):
sparse warnings: (new ones prefixed by >>)
vim +/acp_clks_hw +52 sound/soc/amd/acp-da7219-max98357a.c
49 50 struct cz_clock { 51 const char* acp_clks_name;
52 struct clk_hw acp_clks_hw;
53 struct clk_lookup *acp_clks_lookup; 54 struct clk *acp_clks; 55 void __iomem *res_base; 56 }; 57
--- 0-DAY kernel test infrastructure Open Source Technology Center https://lists.01.org/pipermail/kbuild-all Intel Corporation