From owner-freebsd-current@FreeBSD.ORG Fri Nov 14 17:09:21 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1CFCF106567A for ; Fri, 14 Nov 2008 17:09:21 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe07.swip.net [212.247.154.193]) by mx1.freebsd.org (Postfix) with ESMTP id ACC418FC08 for ; Fri, 14 Nov 2008 17:09:20 +0000 (UTC) (envelope-from hselasky@c2i.net) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=AZAC4kOax5IA:10 a=aniA1o7mVp4QawOfT9qHqA==:17 a=z_zqISx-AAAA:8 a=cfxWr0COxLGthJ5CBbUA:9 a=uk28kfjF5CJxfuod34XfyEImFt0A:4 a=LY0hPdMaydYA:10 Received: from [62.113.133.1] (account mc467741@c2i.net [62.113.133.1] verified) by mailfe07.swip.net (CommuniGate Pro SMTP 5.2.6) with ESMTPA id 1147942673; Fri, 14 Nov 2008 18:09:18 +0100 From: Hans Petter Selasky To: freebsd-current@freebsd.org Date: Fri, 14 Nov 2008 18:11:23 +0100 User-Agent: KMail/1.9.7 References: <200811141541.49595.shoesoft@gmx.net> <200811141717.38279.shoesoft@gmx.net> In-Reply-To: <200811141717.38279.shoesoft@gmx.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200811141811.24491.hselasky@c2i.net> Cc: Stefan Ehmann Subject: Re: usb2: no sound with M-Audio Transit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Nov 2008 17:09:21 -0000 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