From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vinod Koul Subject: Re: [PATCH 2/3] ALSA - hda: Add support for link audio time reporting Date: Fri, 15 Jul 2016 10:07:21 +0530 Message-ID: <20160715043721.GL9681@localhost> References: <1468232009-14130-3-git-send-email-vinod.koul@intel.com> <201607111916.R5HdrB76%fengguang.wu@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by alsa0.perex.cz (Postfix) with ESMTP id 93309265873 for ; Fri, 15 Jul 2016 06:30:10 +0200 (CEST) Content-Disposition: inline In-Reply-To: <201607111916.R5HdrB76%fengguang.wu@intel.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org To: Takashi Iwai Cc: alsa-devel@alsa-project.org, patches.audio@intel.com, Hardik T Shah , Guneshwor Singh , liam.r.girdwood@linux.intel.com, broonie@kernel.org, kbuild-all@01.org List-Id: alsa-devel@alsa-project.org On Mon, Jul 11, 2016 at 07:43:25PM +0800, kbuild test robot wrote: > Hi, > > [auto build test ERROR on sound/for-next] > [also build test ERROR on v4.7-rc7 next-20160711] > [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/Vinod-Koul/ALSA-hda-Add-support-for-link-audio-time-reporting/20160711-180949 > base: https://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git for-next > config: arm-multi_v7_defconfig (attached as .config) > compiler: arm-linux-gnueabi-gcc (Debian 5.3.1-8) 5.3.1 20160205 > reproduce: > wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross -O ~/bin/make.cross > chmod +x ~/bin/make.cross > # save the attached .config to linux build tree > make.cross ARCH=arm > > All errors (new ones prefixed by >>): > > >> sound/pci/hda/hda_controller.c:30:21: fatal error: asm/tsc.h: No such file or directory > compilation terminated. Okay i think I need to move this bit into the intel code. Takashi, I didnt see any X86 depends on SND_HDA_INTEL. I think we should add this now. Are you okay with that? Thanks > 24 #include > 25 #include > 26 #include > 27 #include > 28 #include > 29 #include > > 30 #include > 31 #include > 32 #include > 33 #include "hda_controller.h" -- ~Vinod