From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerome Brunet Subject: Re: [PATCH 3/6] ASoC: codec2codec: deal with params when necessary Date: Thu, 25 Jul 2019 15:25:10 +0200 Message-ID: <1jimrqxn49.fsf@starbuckisacylon.baylibre.com> References: <20190724162405.6574-1-jbrunet@baylibre.com> <20190724162405.6574-4-jbrunet@baylibre.com> <20190725125534.GB4213@sirena.org.uk> Mime-Version: 1.0 Content-Type: text/plain Return-path: In-Reply-To: <20190725125534.GB4213@sirena.org.uk> Sender: linux-kernel-owner@vger.kernel.org To: Mark Brown Cc: Liam Girdwood , Kevin Hilman , alsa-devel@alsa-project.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-amlogic@lists.infradead.org List-Id: devicetree@vger.kernel.org On Thu 25 Jul 2019 at 13:55, Mark Brown wrote: > On Wed, Jul 24, 2019 at 06:24:02PM +0200, Jerome Brunet wrote: > >> Also, params does not need to be dynamically allocated as it does not >> need to survive the event. > > It's dynamically allocated because it's a pretty large structure and so > the limited stack sizes the kernel has make it a bit uncomfortable to > put it on the stack. Ok, I'll revert this in v2