From owner-freebsd-multimedia@FreeBSD.ORG Thu Apr 21 16:10:25 2005 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E773B16A4D4 for ; Thu, 21 Apr 2005 16:10:25 +0000 (GMT) Received: from mx2.mail.ru (mx2.mail.ru [194.67.23.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id B4EAA43D55 for ; Thu, 21 Apr 2005 16:10:18 +0000 (GMT) (envelope-from zazubrik@mail.ru) Received: from [195.149.104.100] (port=53871 helo=[10.13.66.8]) by mx2.mail.ru with esmtp id 1DOeFt-0005qB-00 for freebsd-multimedia@freebsd.org; Thu, 21 Apr 2005 20:10:17 +0400 Mime-Version: 1.0 (Apple Message framework v622) Content-Transfer-Encoding: 7bit Message-Id: Content-Type: text/plain; charset=US-ASCII; format=flowed To: freebsd-multimedia@freebsd.org From: Artem Ignatiev Date: Thu, 21 Apr 2005 20:10:11 +0400 X-Mailer: Apple Mail (2.622) Subject: uaudio in full duplex X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Apr 2005 16:10:26 -0000 Hi! Had anyone success in using usb audio devices in full duplex mode? It looks to me like that: if after open() read() was called, uaudio device records fine, but works with no audible output. If after open() write() was called, uaudio device plays fine, but no recording can be done. Any ideas? I'm using FreeBSD 5.4-RC1 with patches from kern/75274 Updating of USB audio codes (uaudio*.*) along recent NetBSD's kern/75276 Volumes of USB audio can be controlled separately (uaudio) kern/75311 Enable to record with USB audio (uaudio) kern/75316 Enable to select a recording sound source P.S. Please, keep me in CC:, since I'm not subscribed to list..