Date: Wed, 4 Jan 2006 08:04:53 +0800 From: Ariff Abdullah <skywizard@MyBSD.org.my> To: Simon Barner <barner@FreeBSD.org> Cc: freebsd-multimedia@FreeBSD.org Subject: Re: snd_solo broken after big MFC to RELENG_6 Message-ID: <20060104080453.71592e1f.skywizard@MyBSD.org.my> In-Reply-To: <20060103235205.GA1099@zi025.glh.mhn.de> References: <20060103213654.GA1039@zi025.glh.mhn.de> <20060104055721.4182120e.skywizard@MyBSD.org.my> <20060103225947.GA2815@zi025.glh.mhn.de> <20060104073903.1c21146e.skywizard@MyBSD.org.my> <20060103235205.GA1099@zi025.glh.mhn.de>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 4 Jan 2006 00:52:05 +0100 Simon Barner <barner@FreeBSD.org> wrote: > > The error occurs around line 439 of vchan.c, and goes away as soon > as I replace AFMT_S16_LE with AFMT_U16_LE. Of course, this does not > solve my problem, since mplayer also mumbles something about S16_LE. > I'm not too familiar with audio formats, but I guess it is something > about 16 bits and signed integers... > > if (!err) > err = chn_reset(parent, AFMT_STEREO | > AFMT_S16_LE); > The good thing about recent MFC is to expose varying degree of mistakes within specific driver, and hopefully this is one of them. Try again, patch against solo.c: http://people.freebsd.org/~ariff/test/solo.c.diff I have few more ninja tricks if that doesn't work. -- Ariff Abdullah MyBSD http://www.MyBSD.org.my (IPv6/IPv4) http://staff.MyBSD.org.my (IPv6/IPv4) http://tomoyo.MyBSD.org.my (IPv6/IPv4)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060104080453.71592e1f.skywizard>