From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takashi Iwai Subject: Re: AC3 Passthru on SB Live Date: Wed, 27 Feb 2002 18:36:25 +0100 Message-ID: References: Mime-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII In-Reply-To: Errors-To: alsa-devel-admin@lists.sourceforge.net List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , List-Archive: To: James Courtier-Dutton Cc: alsa-devel@lists.sourceforge.net List-Id: alsa-devel@alsa-project.org At Wed, 27 Feb 2002 17:19:44 -0000, James Courtier-Dutton wrote: > > > Or, it might be the problem of dma mask. ALSA uses 31bit mask while > > Creative's driver uses 29bit. But anyway this won't affect unless you > > have more than 512MB RAM and kernel ocasionally allocates the area > > greater than 512MB. > Creative's driver uses 29bit mask, because a 32bit mask was creating > problems with some users. > > Maybe the SB Live is only capable of 29bits for DMA. well, as stated above, alsa uses 31bit (not 32), so this is not problem usually, because kernel's pci memory allocator checks only whether the mask is 32bit or not, and if it's not 32bit, the allocator uses always GFP_DMA flag. Takashi _______________________________________________ Alsa-devel mailing list Alsa-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/alsa-devel