From owner-freebsd-usb@FreeBSD.ORG Mon Apr 11 20:05:58 2005 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 44C6416A4CE for ; Mon, 11 Apr 2005 20:05:58 +0000 (GMT) Received: from mx2.mail.ru (mx2.mail.ru [194.67.23.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id D98C843D1F for ; Mon, 11 Apr 2005 20:05:57 +0000 (GMT) (envelope-from bofh@mail.ru) Received: from [194.186.62.126] (port=1025 helo=[192.168.0.203]) by mx2.mail.ru with esmtp id 1DL5AR-0005cC-00 for freebsd-usb@FreeBSD.org; Tue, 12 Apr 2005 00:05:56 +0400 Mime-Version: 1.0 (Apple Message framework v619.2) To: freebsd-usb@FreeBSD.org Message-Id: From: Alexandre Jouravlev Date: Tue, 12 Apr 2005 00:05:52 +0400 X-Mailer: Apple Mail (2.619.2) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: snd_uaudio sound input. X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Apr 2005 20:05:58 -0000 Hello, I have serious problem. I need to have sound input from usb device under FreeBSD. I have no any other variants due to specific of my needs. Looking at sources I found something like #define NO_RECORDING, or similar (have no sources for now to check exactly what name of define is). Turning it off lead to failure of kernel build. Is there any workaround for this? Will 6.0-CURRENT help me? Patches I found for kernel (kern/75274) doesn't applies on 5.4-STABLE. Thanks.