Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Nov 2008 18:11:23 +0100
From:      Hans Petter Selasky <hselasky@c2i.net>
To:        freebsd-current@freebsd.org
Cc:        Stefan Ehmann <shoesoft@gmx.net>
Subject:   Re: usb2: no sound with M-Audio Transit
Message-ID:  <200811141811.24491.hselasky@c2i.net>
In-Reply-To: <200811141717.38279.shoesoft@gmx.net>
References:  <200811141541.49595.shoesoft@gmx.net> <200811141717.38279.shoesoft@gmx.net>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200811141811.24491.hselasky>