From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id EEDC9C4332F for ; Wed, 6 Apr 2022 00:50:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234569AbiDFAqU (ORCPT ); Tue, 5 Apr 2022 20:46:20 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59554 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1444589AbiDEPlp (ORCPT ); Tue, 5 Apr 2022 11:41:45 -0400 Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 080B9FFF85 for ; Tue, 5 Apr 2022 07:06:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1649167572; x=1680703572; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=CFa5A1SPasxdt/faFPNQMzhbyj0FQCps6LoEV//jNAc=; b=gB0h8A2ET2bChIXSXnws/J6KxfoebkBHYYjr9Vc7co6wu7I3DJ6qnxHS hO1tDWaxR+dH6xk8EPXNc+J2+UUxrmhHTAlQP85P6qis4pUOyIej4zdQ3 hkpZXndYo5OAmvCaoftCOOITjQ1/xHdC0a/aedHCJFn6y4RS/csHLyvkt 9PEceEw4Ylk3rllDweyQ3/40eaC0nai/0LQ3By81OUKukNr2OPmjzyAu+ l94MXcHNFyOaNEA5a5tDyY6jZItoi8x44ARXSVvN9U0lvAy5apL0rXg/7 XweLcIGe73xSKGbENHqpHx9gPJUT9YL07/88TdLF0ZVvNklMgU+GXd1K4 Q==; X-IronPort-AV: E=McAfee;i="6200,9189,10307"; a="321451313" X-IronPort-AV: E=Sophos;i="5.90,236,1643702400"; d="scan'208";a="321451313" Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 05 Apr 2022 07:06:11 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.90,236,1643702400"; d="scan'208";a="523471853" Received: from lkp-server02.sh.intel.com (HELO a44fdfb70b94) ([10.239.97.151]) by orsmga002.jf.intel.com with ESMTP; 05 Apr 2022 07:06:08 -0700 Received: from kbuild by a44fdfb70b94 with local (Exim 4.95) (envelope-from ) id 1nbjot-0003Mn-HR; Tue, 05 Apr 2022 14:06:07 +0000 Date: Tue, 5 Apr 2022 22:05:44 +0800 From: kernel test robot To: Sascha Hauer , alsa-devel@alsa-project.org Cc: llvm@lists.linux.dev, kbuild-all@lists.01.org, Xiubo Li , Fabio Estevam , Sascha Hauer , Vinod Koul , NXP Linux Team , kernel@pengutronix.de, dmaengine@vger.kernel.org, Shengjiu Wang Subject: Re: [PATCH v3 12/20] ASoC: fsl_micfil: add multi fifo support Message-ID: <202204052146.aQF1Px8G-lkp@intel.com> References: <20220405075959.2744803-13-s.hauer@pengutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220405075959.2744803-13-s.hauer@pengutronix.de> User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: dmaengine@vger.kernel.org Hi Sascha, I love your patch! Yet something to improve: [auto build test ERROR on broonie-sound/for-next] [also build test ERROR on shawnguo/for-next vkoul-dmaengine/next linus/master v5.18-rc1 next-20220405] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to use '--base' as documented in https://git-scm.com/docs/git-format-patch] url: https://github.com/intel-lab-lkp/linux/commits/Sascha-Hauer/ASoC-fsl_micfil-Driver-updates/20220405-161030 base: https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next config: x86_64-randconfig-c007 (https://download.01.org/0day-ci/archive/20220405/202204052146.aQF1Px8G-lkp@intel.com/config) compiler: clang version 15.0.0 (https://github.com/llvm/llvm-project c4a1b07d0979e7ff20d7d541af666d822d66b566) reproduce (this is a W=1 build): wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross chmod +x ~/bin/make.cross # https://github.com/intel-lab-lkp/linux/commit/05755df1cf507c46e44c4742bed6090e546b2905 git remote add linux-review https://github.com/intel-lab-lkp/linux git fetch --no-tags linux-review Sascha-Hauer/ASoC-fsl_micfil-Driver-updates/20220405-161030 git checkout 05755df1cf507c46e44c4742bed6090e546b2905 # save the config file to linux build tree mkdir build_dir COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 O=build_dir ARCH=x86_64 SHELL=/bin/bash sound/soc/fsl/ If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All errors (new ones prefixed by >>): >> sound/soc/fsl/fsl_micfil.c:19:10: fatal error: 'linux/platform_data/dma-imx.h' file not found #include ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1 error generated. vim +19 sound/soc/fsl/fsl_micfil.c 3 4 #include 5 #include 6 #include 7 #include 8 #include 9 #include 10 #include 11 #include 12 #include 13 #include 14 #include 15 #include 16 #include 17 #include 18 #include > 19 #include 20 #include 21 #include 22 #include 23 #include 24 #include 25 -- 0-DAY CI Kernel Test Service https://01.org/lkp