From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by gabe.freedesktop.org (Postfix) with ESMTPS id 9A00E10E1EA for ; Tue, 17 May 2022 10:53:22 +0000 (UTC) Date: Tue, 17 May 2022 12:53:16 +0200 From: Andi Shyti Message-ID: References: <20220517072803.186989-1-mauro.chehab@linux.intel.com> <20220517072803.186989-10-mauro.chehab@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220517072803.186989-10-mauro.chehab@linux.intel.com> Subject: Re: [igt-dev] [PATCH i-g-t v4 9/9] lib/igt_aux: get rid of passing pipewire-pulse pid on functions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" To: Mauro Carvalho Chehab Cc: igt-dev@lists.freedesktop.org, Ch Sai Gowtham , Petri Latvala , Andrzej Hajda List-ID: Hi Mauro, On Tue, May 17, 2022 at 09:28:03AM +0200, Mauro Carvalho Chehab wrote: > From: Mauro Carvalho Chehab > > The logic already stores pw-reserve PID on a static var. Store > also the pipewire-pulse pid, in order to keep passing the arguments > on all functions. > > Suggested-by: Andi Shyti > Signed-off-by: Mauro Carvalho Chehab Looks better :) Thanks! Reviewed-by: Andi Shyti Andi