On Sat, 11 Jan 2003, Troy Benjegerdes wrote: > On Fri, Jan 10, 2003 at 07:48:48PM -0600, Troy Benjegerdes wrote: > > > > results in alsa-kernel/core/pcm_memory.c:alloc_pcm_pages() getting > > > > called with substream->dma_type= SNDRV_PCM_DMA_TYPE_UNKNOWN. > > > > > > oh, you found a bug :) it was introduced due to my last change to pcm > > > pre-allocator. now fixed on cvs. > > > > > > thanks for your report! > > > > Okay, now we're getting somewhere.. I'm not getting any errors anymore. > > The reciever (hardware AC3 decoder) is recognizing I'm sending it > > something other than PCM, but no sound comes out and none of the dolby > > digital or other indicators light up. Any ideas? > > Okay.... why does snd_ymfpci_playback_spdif_open use writel and every > other write to YDSXGR_SPDIFOUTSTATUS register use writew?
The register is 16-bit, but I think that 32-bit accesses are not invalid (high 16-bits are not used in the register space). Anyway, I replaced writel with writew, thanks. Jaroslav ----- Jaroslav Kysela <[EMAIL PROTECTED]> Linux Kernel Sound Maintainer ALSA Project, SuSE Labs ------------------------------------------------------- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http://www.vasoftware.com _______________________________________________ Alsa-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-devel