Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Mar 2006 11:26:59 +0100
From:      "Bart van Leeuwen" <bart@bartsplace.net>
To:        Alexander Leidinger <Alexander@Leidinger.net>, 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:  <20060310102511.M65307@bartsplace.net>
In-Reply-To: <20060310111225.93tbmzmxw4s8www4@netchild.homeip.net>
References:  <20060309163525.M9264@bartsplace.net> <20060310.131822.343160869.kazuhito@ph.noda.tus.ac.jp> <20060310111225.93tbmzmxw4s8www4@netchild.homeip.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 10 Mar 2006 11:12:25 +0100, Alexander Leidinger wrote
> Kazuhito HONDA <kazuhito@ph.noda.tus.ac.jp> wrote:
> 
> > 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);
> 
> Is there a sane way here if we are on a uhci or ohci chipset? I 
> would prefer to check it and allow it if we are on an uhci chipset.

I believe the change is relevant to both cases?

Bart.
--
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?20060310102511.M65307>