From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Brown Subject: Re: [PATCH] ASoC/multi-component: fix au1x platform Date: Thu, 19 Aug 2010 15:48:41 +0100 Message-ID: <20100819144841.GC29453@opensource.wolfsonmicro.com> References: <20100819140649.GA29395@opensource.wolfsonmicro.com> <20100819143555.GB29453@opensource.wolfsonmicro.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: 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: alsa-devel@alsa-project.org Cc: alsa-devel@vger.kernel.org, Liam Girdwood List-Id: alsa-devel@alsa-project.org On Thu, Aug 19, 2010 at 04:39:17PM +0200, Manuel Lauss wrote: > True, but I don't see how one can pass instance data to > the ac97_read/write/whatever functions. The struct snd_ac97 * passed in to them has a pointer to the struct snd_card * for the card which should (via some further indirection) allow you to get back to the ASoC specific structures.