From mboxrd@z Thu Jan 1 00:00:00 1970 From: sedji.gaouaou@atmel.com (Sedji Gaouaou) Date: Mon, 01 Mar 2010 11:34:49 +0100 Subject: AC97 audio broken on SAM9263EK? In-Reply-To: <4B89E1BB.6090504@billgatliff.com> References: <4B85789D.6000704@billgatliff.com> <4B864C66.6060209@atmel.com> <4B867108.2050806@billgatliff.com> <4B86AA29.8010806@atmel.com> <4B89E1BB.6090504@billgatliff.com> Message-ID: <4B8B9849.5040203@atmel.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi, Sorry my mistake, could you please try this one: http://mailman.alsa-project.org/pipermail/alsa-devel/2010-March/025709.html Regards, Sedji Le 2/28/2010 4:23 AM, Bill Gatliff a ?crit : > Sedji Gaouaou wrote: >> Hi Bill, >> >> Here is the patch for the ac97 support on AT91: >> >> http://mailman.alsa-project.org/pipermail/alsa-devel/2010-February/025629.html >> >> >> Here is the patch for the full duplex support: >> >> http://mailman.alsa-project.org/pipermail/alsa-devel/2010-February/025628.html >> > > Hmm. I applied both patches to 2.6.33-rc5. There were two local > variables "err" and "ptcr" that weren't defined, which I corrected. And > then there was this: > > CC sound/atmel/ac97c.o > sound/atmel/ac97c.c: In function ?atmel_ac97c_capture_trigger?: > sound/atmel/ac97c.c:545: warning: unused variable ?casr? > sound/atmel/ac97c.c: In function ?atmel_ac97c_pcm_new?: > sound/atmel/ac97c.c:743: error: ?at91_ac97_pcm_defs? undeclared (first > use in this function) > sound/atmel/ac97c.c:743: error: (Each undeclared identifier is reported > only once > sound/atmel/ac97c.c:743: error: for each function it appears in.) > sound/atmel/ac97c.c:743: warning: type defaults to ?int? in declaration > of ?type name? > sound/atmel/ac97c.c:743: warning: type defaults to ?int? in declaration > of ?type name? > sound/atmel/ac97c.c:743: error: negative width in bit-field ?? > make[2]: *** [sound/atmel/ac97c.o] Error 1 > > > b.g. >