Date: Tue, 26 Apr 2005 10:01:34 -0400 From: Mathew Kanner <mat@cnd.mcgill.ca> To: Tilman Linneweh <arved@arved.at> Cc: freebsd-usb@freebsd.org Subject: Re: Using uaudio(4) on systems withoug ISA bus Message-ID: <20050426140134.GA11709@cnd.mcgill.ca> In-Reply-To: <20050425215452.GB2894@arved.at> References: <20050425215452.GB2894@arved.at>
next in thread | previous in thread | raw e-mail | index | archive | help
On Apr 25, Tilman Linneweh wrote: > Hi everyone, > > I have tried to use my USB Headphone on my Mac mini. > > Unfortunately the sound system seems to require an ISA Bus, because in > channel.c sndbuf_dmasetdir and sndbuf_dmabounce are used, which are only > compiled if there is an isa device. > > Without knowing what i am doing i commented out these lines and everything > seems to compile and work, apart from mixer(8) saying Device not configured > and the following LOR on the first sound output: Hi Tilman, I think you have two very interesting issues here. I'm busy right now but I'll try to get time to look at them, don't give up if you don't here from me :) I anticipate this hump will be over in a couple of days but maybe through 'till the weekend 1/ There is a dependency on ISA in the generic PCM code. This is news to me and we need to get rid of it. 2/ There is a lock order reversal. We haven't seen one of these in a while for the sound code. Just to clear things up for me, when you say Mac mini, this means you aren't running the standard i386/amd64, right? --Mat ps, i've removed sound the the list as I think it's only me at the moment.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050426140134.GA11709>