From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751121AbeC0GBO (ORCPT ); Tue, 27 Mar 2018 02:01:14 -0400 Received: from mx2.suse.de ([195.135.220.15]:40953 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750914AbeC0GBN (ORCPT ); Tue, 27 Mar 2018 02:01:13 -0400 Date: Tue, 27 Mar 2018 08:01:11 +0200 Message-ID: From: Takashi Iwai To: Robert Rosengren Cc: , Jaroslav Kysela , Subject: Re: [PATCH] ALSA: aloop: Mark paused device as inactive In-Reply-To: References: <20180326052449.3618-1-robertr@axis.com> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL/10.8 Emacs/25.3 (x86_64-suse-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 27 Mar 2018 07:41:44 +0200, Robert Rosengren wrote: > > On 03/26/2018 04:43 PM, Takashi Iwai wrote: > > On Mon, 26 Mar 2018 07:24:49 +0200, > > Robert Rosengren wrote: > >> > >> Show paused ALSA aloop device as inactive, i.e. the control > >> "PCM Slave Active" set as false. Notification sent upon state change. > >> > >> This makes it possible for client capturing from aloop device to know if > >> data is expected. Without it the client expects data even if playback > >> is paused. > >> > >> Signed-off-by: Robert Rosengren > > > > The code change looks good, but just to be sure: > > you've submitted from the address robert.rosengren@axis.com that is > > different from the sign-off robertr@axis.com. Is this intentional? > > The former is recorded as the author in git history. > > > > > > thanks, > > > > Takashi > > > > Sorry for the confusion. It is not intentional to use different though both are valid, apparently I have used the longer one in earlier patches to kernel so please change: > Signed-off-by: Robert Rosengren OK, applied now. Thanks. Takashi