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 alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 8E792C433EF for ; Tue, 5 Apr 2022 14:07:36 +0000 (UTC) Received: from alsa1.perex.cz (alsa1.perex.cz [207.180.221.201]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by alsa0.perex.cz (Postfix) with ESMTPS id D8B8B186C; Tue, 5 Apr 2022 16:06:44 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz D8B8B186C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1649167654; bh=CFa5A1SPasxdt/faFPNQMzhbyj0FQCps6LoEV//jNAc=; h=Date:From:To:Subject:References:In-Reply-To:Cc:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=EaxZGiax8PlANIhTM19tGhbvINugz2MKtz+/lQQ9mhO/P7UqXq8kJArE4c4lOObWQ 2u2OD1HrTWsuAGXMmzP5THrf0+gJTmOs8wcJQiCebNPhI5xj0ouf6FU7kP12v1wZkh 5wAtsP3qqf9DJB/5xi5r7r3hVxD+1jyOkiVVzzqU= Received: from alsa1.perex.cz (localhost.localdomain [127.0.0.1]) by alsa1.perex.cz (Postfix) with ESMTP id 71333F80519; Tue, 5 Apr 2022 16:06:44 +0200 (CEST) Received: by alsa1.perex.cz (Postfix, from userid 50401) id DBD0EF80519; Tue, 5 Apr 2022 16:06:42 +0200 (CEST) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by alsa1.perex.cz (Postfix) with ESMTPS id DD036F800D2 for ; Tue, 5 Apr 2022 16:06:39 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz DD036F800D2 Authentication-Results: alsa1.perex.cz; dkim=pass (2048-bit key) header.d=intel.com header.i=@intel.com header.b="SObGmaYJ" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1649167601; x=1680703601; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=CFa5A1SPasxdt/faFPNQMzhbyj0FQCps6LoEV//jNAc=; b=SObGmaYJQaUvoYs+1PI4PcGkmE/qkAX/KkSXJ5cbWsjrnST6ar6nZ6dV YnkQzl9AQNk03//skgZYXs9ZiA5Fo/7GZBZwSsPGwWSf8O+T7cyc4aXFK GGiWQHzqhNYSRWZPa0IhfTsImvt3vUhOyxK2ehHE1A6ABjsPyuF38W0b/ ApMAOMRd5qXHlrrIMwoIqj0N0N5Xr70INTnNV6KK3Xe8l6eDXwvT9bQNt Sv7pSW3XcggK1hTfDd1Q4ETiQMowCw3zX/Lqx1KBKDXO1Xk4Ya1OtVI0R hX1xGymizenmME2gXghytoQW+H8hTyfln7ivq9TBDQ1Qnb+s4Yl0EoDHI A==; X-IronPort-AV: E=McAfee;i="6200,9189,10307"; a="347196981" X-IronPort-AV: E=Sophos;i="5.90,236,1643702400"; d="scan'208";a="347196981" Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga105.fm.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 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) Cc: kbuild-all@lists.01.org, Xiubo Li , Shengjiu Wang , Sascha Hauer , llvm@lists.linux.dev, Vinod Koul , NXP Linux Team , kernel@pengutronix.de, dmaengine@vger.kernel.org, Fabio Estevam X-BeenThere: alsa-devel@alsa-project.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: "Alsa-devel mailing list for ALSA developers - http://www.alsa-project.org" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: "Alsa-devel" 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