From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takashi Iwai Subject: Re: [PATCH 0/4] Internal PCM fixes / cleanups Date: Fri, 20 Feb 2015 19:53:36 +0100 Message-ID: References: <1424449408-22376-1-git-send-email-tiwai@suse.de> <1424457743.2679.74.camel@loki> 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 DA295260693 for ; Fri, 20 Feb 2015 19:53:36 +0100 (CET) In-Reply-To: <1424457743.2679.74.camel@loki> 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: Liam Girdwood Cc: Vinod Koul , alsa-devel@alsa-project.org List-Id: alsa-devel@alsa-project.org At Fri, 20 Feb 2015 18:42:23 +0000, Liam Girdwood wrote: > > On Fri, 2015-02-20 at 17:23 +0100, Takashi Iwai wrote: > > Hi, > > > > while reading the internal PCM (BE) handling code again, I noticed a > > few potential bugs. Here are fix and cleanup patches. > > > > > > Takashi > > > > === > > > > Takashi Iwai (4): > > ALSA: pcm: Minor refactoring in snd_pcm_attach_substream() > > ALSA: pcm: Don't add internal PCMs to PCM device list > > ALSA: pcm: Don't notify internal PCMs > > ALSA: pcm: Don't ignore internal PCMs in snd_pcm_dev_disconnect() > > > > sound/core/pcm.c | 92 +++++++++++++++++++++++++------------------------------- > > 1 file changed, 41 insertions(+), 51 deletions(-) > > > > All > > Acked-by: Liam Girdwood Thanks, added your ack to topic/pcm-internal branch. Takashi