From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Brown Subject: Re: [PATCH V4 2/5] sound: asoc: Adding support for SPEAr13XX ASoC platform driver Date: Tue, 7 Jun 2011 15:12:57 +0100 Message-ID: <20110607141256.GF18544@opensource.wolfsonmicro.com> References: <1307339856-30656-1-git-send-email-rajeev-dlh.kumar@st.com> <1307339856-30656-2-git-send-email-rajeev-dlh.kumar@st.com> <1307339856-30656-3-git-send-email-rajeev-dlh.kumar@st.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 9BBBD244D5 for ; Tue, 7 Jun 2011 16:13:00 +0200 (CEST) Content-Disposition: inline In-Reply-To: <1307339856-30656-3-git-send-email-rajeev-dlh.kumar@st.com> 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: Rajeev Kumar Cc: tiwai@suse.de, alsa-devel@alsa-project.org, lrg@slimlogic.co.uk List-Id: alsa-devel@alsa-project.org On Mon, Jun 06, 2011 at 11:27:33AM +0530, Rajeev Kumar wrote: > + > +#ifndef SPEAR_I2S_H > +#define SPEAR_I2S_H > + > +void get_dma_start_addr(struct snd_pcm_substream *substream); > + > +#endif /*end if i2s header file */ This needs to be namespaced.