usb2: no sound with M-Audio Transit

Hans Petter Selasky hselasky at c2i.net
Fri Nov 14 09:09:21 PST 2008


On Friday 14 November 2008, Stefan Ehmann wrote:
> http://stud4.tuwien.ac.at/~e0125637/fbsd/transit_config.dump

Maybe there is something wrong with the 16-bit to 24-bit data conversion ?

Try to change:

static uint8_t uaudio_default_bits = 32;

to:

static uint8_t uaudio_default_bits = 16;

In:

src/sys/dev/usb2/sound/uaudio2.c

Then recompile and re-install "uaudio2.c".

--HPS



More information about the freebsd-current mailing list