From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takashi Iwai Subject: Re: Re: Broken AC3 on EMU10K1 since July 2-nd Date: Thu, 30 Sep 2004 12:10:34 +0200 Sender: alsa-devel-admin@lists.sourceforge.net Message-ID: References: <20040927160314.GA16100@lion.gg3.net> <20040927162024.GA5768@lion.gg3.net> <1096311039.7203.96.camel@krustophenia.net> <20040928051034.GA9175@lion.gg3.net> <1096388641.2067.7.camel@krustophenia.net> Mime-Version: 1.0 (generated by SEMI 1.14.5 - "Awara-Onsen") Content-Type: multipart/mixed; boundary="Multipart_Thu_Sep_30_12:10:34_2004-1" Return-path: In-Reply-To: Errors-To: alsa-devel-admin@lists.sourceforge.net List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , List-Archive: To: Lee Revell Cc: Georgi Georgiev , alsa-devel List-Id: alsa-devel@alsa-project.org --Multipart_Thu_Sep_30_12:10:34_2004-1 Content-Type: text/plain; charset=US-ASCII At Tue, 28 Sep 2004 18:28:27 +0200, I wrote: > > > OK, the problem is almost certainly the introduction of pcm_indirect for > > the FX8010 PCM. Takashi-san, do you agree? > > Most likely. I'll take a look. The attached oneliner fixes this bug. Already applied to CVS. Takashi --Multipart_Thu_Sep_30_12:10:34_2004-1 Content-Type: text/plain; charset=US-ASCII Index: alsa-kernel/pci/emu10k1/emupcm.c =================================================================== RCS file: /suse/tiwai/cvs/alsa/alsa-kernel/pci/emu10k1/emupcm.c,v retrieving revision 1.35 retrieving revision 1.36 diff -u -r1.35 -r1.36 --- alsa-kernel/pci/emu10k1/emupcm.c 15 Sep 2004 09:43:12 -0000 1.35 +++ alsa-kernel/pci/emu10k1/emupcm.c 30 Sep 2004 10:01:42 -0000 1.36 @@ -1192,7 +1192,7 @@ } snd_emu10k1_fx8010_playback_tram_poke1((unsigned short *)emu->fx8010.etram_pages.area + tram_pos, (unsigned short *)emu->fx8010.etram_pages.area + tram_pos + tram_size / 2, - src, frames, tram_shift++); + src, frames, tram_shift); tram_pos -= frames; pcm->tram_pos = tram_pos; pcm->tram_shift = tram_shift; --Multipart_Thu_Sep_30_12:10:34_2004-1-- ------------------------------------------------------- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your business? Tell us what you think of them. Give us Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more http://productguide.itmanagersjournal.com/guidepromo.tmpl