From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takashi Iwai Subject: Re: [PATCH v2 4/7] ASoC: hda - add Skylake platform driver Date: Fri, 17 Apr 2015 13:47:00 +0200 Message-ID: References: <1429262000-21517-1-git-send-email-vinod.koul@intel.com> <1429262000-21517-5-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 (cantor2.suse.de [195.135.220.15]) by alsa0.perex.cz (Postfix) with ESMTP id 0B10526058D for ; Fri, 17 Apr 2015 13:47:03 +0200 (CEST) In-Reply-To: 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, Vinod Koul , lgirdwood@gmail.com, broonie@kernel.org, Jeeja KP , "Subhransu S. Prusty" List-Id: alsa-devel@alsa-project.org At Fri, 17 Apr 2015 11:57:08 +0200, Takashi Iwai wrote: > > > + > > + dev_dbg(dai->dev, "%s: %s\n", __func__, dai->name); > > + if (azx_dev->prepared) { > > Oh, I didn't add prepared flag in hdac_stream. If your driver needs > it, too, I'll put this flag into core, too (as it's used in legacy > driver, too). Fixed in topic/hda branch now. Takashi