From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takashi Iwai Subject: Re: [PATCH v2] ALSA: pcm: Return 0 when size < start_threshold in capture Date: Wed, 22 Aug 2018 17:46:28 +0200 Message-ID: References: <20180822150359.GA12976@localhost.localdomain> <20180822152524.GA13037@localhost.localdomain> 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 mx1.suse.de (mx2.suse.de [195.135.220.15]) by alsa0.perex.cz (Postfix) with ESMTP id 80D4626773B for ; Wed, 22 Aug 2018 17:46:28 +0200 (CEST) In-Reply-To: <20180822152524.GA13037@localhost.localdomain> 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: Ricardo Biehl Pasquali Cc: alsa-devel@alsa-project.org List-Id: alsa-devel@alsa-project.org On Wed, 22 Aug 2018 17:25:24 +0200, Ricardo Biehl Pasquali wrote: > > Takashi wrote: > > Almost good, but still not perfect, unfortunately :) > > The patch should be applicable onto the kernel tree as is with -p1 > > option, i.e. the diff should be like > > --- a/sound/core/pcm_lib.c > > +++ b/sound/core/pcm_lib.c > > > > But never mind, I'll apply this manually at this time, just keep the > > above in mind for the next time. > > Ok, thank you! > > The .orig thing is ok if I had used the full pathname? That's OK. The patch just needs to be simply applicable with -p1. Takashi