From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Brown Subject: Re: Fix section mismatch in wm8995.c Date: Tue, 11 Jan 2011 17:33:49 +0000 Message-ID: <20110111173349.GF13429@opensource.wolfsonmicro.com> References: <20110111171013.GK6541@sirena.org.uk> <20110111172839.GE13429@opensource.wolfsonmicro.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from opensource2.wolfsonmicro.com (opensource.wolfsonmicro.com [80.75.67.52]) by alsa0.perex.cz (Postfix) with ESMTP id B3CB810386B for ; Tue, 11 Jan 2011 18:35:54 +0100 (CET) Content-Disposition: inline In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: alsa-devel-bounces@alsa-project.org Errors-To: alsa-devel-bounces@alsa-project.org To: Takashi Iwai Cc: Dimitris Papastamos , alsa-devel@alsa-project.org, Liam Girdwood List-Id: alsa-devel@alsa-project.org On Tue, Jan 11, 2011 at 06:32:32PM +0100, Takashi Iwai wrote: > Mark Brown wrote: > > The array is ~25k so it's not a completely trivial amount of memory, > > unfortunately. > Hm. But, it's same for (some) other codecs, no? > If we do annotate something, we should mark all these at once. In principle, though since it requires per driver checking for references and so on it's not as simple as just going through and annotating. It's partly tied in with the cache stuff, things that are fully using that can be converted over easily. And of course many of the devices have much smaller register maps so it's much less of an issue.