From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takashi Iwai Subject: Re: [PATCH v2 2/2] ALSA - hda: Add support for link audio time reporting Date: Wed, 20 Jul 2016 07:36:54 +0200 Message-ID: References: <1468925202-29445-1-git-send-email-vinod.koul@intel.com> <1468925202-29445-3-git-send-email-vinod.koul@intel.com> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mx2.suse.de (mx2.suse.de [195.135.220.15]) by alsa0.perex.cz (Postfix) with ESMTP id 9FB24265E62 for ; Wed, 20 Jul 2016 07:36:54 +0200 (CEST) In-Reply-To: <1468925202-29445-3-git-send-email-vinod.koul@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: Vinod Koul Cc: alsa-devel@alsa-project.org, patches.audio@intel.com, Hardik T Shah , Guneshwor Singh , liam.r.girdwood@linux.intel.com, broonie@kernel.org List-Id: alsa-devel@alsa-project.org On Tue, 19 Jul 2016 12:46:42 +0200, Vinod Koul wrote: > > +#ifdef CONFIG_X86 .... > +#else > +static int azx_get_sync_time(ktime_t *device, > + struct system_counterval_t *system, void *ctx) > +{ > + return -ENXIO; This doesn't help much because the caller of azx_get_crosstime() doesn't check the return code. Takashi