Date: Fri, 10 Mar 2006 10:58:14 +0100 From: "Bart van Leeuwen" <bart@bartsplace.net> To: Kazuhito HONDA <kazuhito@ph.noda.tus.ac.jp> Cc: freebsd-multimedia@freebsd.org Subject: Re: usb audio and a 1 channel input device Message-ID: <20060310095422.M97916@bartsplace.net> In-Reply-To: <20060310.131822.343160869.kazuhito@ph.noda.tus.ac.jp> References: <20060309163525.M9264@bartsplace.net> <20060310.131822.343160869.kazuhito@ph.noda.tus.ac.jp>
next in thread | previous in thread | raw e-mail | index | archive | help
This indeed fixes the problem I have. Thank you and thanks to Hans for his driver enhancements (they are very helpfull for other usb related issues also) Bart. On Fri, 10 Mar 2006 13:18:22 +0900 (JST), Kazuhito HONDA wrote > Hello, > > If your USB controller is uhci, you should do 1) below only. > But yours os ohci, you should 1) and 2). > > 1) Comment out these lines in a function "uaudio_init_params()" of > a file "/usr/src/sys/dev/sound/usb/uaudio.c": > if ((sc->sc_playchan.pipe != NULL) || (sc->sc_recchan.pipe > != NULL)) return (-1); > > 2) Use new USB device codes of Hans Petter Selasky > http://www.turbocat.net/~hselasky/usb4bsd > > Reference: > I) Thread started from > http://docs.freebsd.org/cgi/getmsg.cgi?fetch=142718+0+archive/2005/freebsd-multimedia/20050424.freebsd-multimedia II) Thread startd from http://docs.freebsd.org/cgi/getmsg.cgi?fetch=23074+0+archive/2005/freebsd-multimedia/20050904.freebsd-multimedia > > Sincerely yours, > Kazuhito HONDA -- Created with Open WebMail at http://www.bartsplace.net/ Read my weblog at http://soapbox.bartsplace.net/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060310095422.M97916>