From owner-freebsd-multimedia@FreeBSD.ORG Tue Aug 23 17:08:42 2005 Return-Path: X-Original-To: multimedia@freebsd.org 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 7A4E116A41F for ; Tue, 23 Aug 2005 17:08:42 +0000 (GMT) (envelope-from hans@stare.cz) Received: from ns.stare.cz (ns.stare.cz [81.95.102.106]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D2CC43D46 for ; Tue, 23 Aug 2005 17:08:42 +0000 (GMT) (envelope-from hans@stare.cz) Received: by ns.stare.cz (Postfix, from userid 1001) id 8B966B870; Tue, 23 Aug 2005 19:08:46 +0200 (CEST) Date: Tue, 23 Aug 2005 19:08:46 +0200 From: Jan Stary To: multimedia@freebsd.org Message-ID: <20050823170846.GA52952@ns.stare.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Cc: Subject: hint.sbc.0.flags X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Aug 2005 17:08:42 -0000 Hello, I am using a SoundBlaster AWE64 on FreeBSD 5.4-RELEASE-p6. The snd_sbc manpage says hint.sbc.0.flags="0x15" The value of flags specifies the secondary DMA channel. If the secondary DMA channel is C, set the flags to (C | 0x10). For a sound card without the secondary DMA channel, the flags should be set to zero. How do I find out whether my card "has a secondary DMA channel", and whether it is "C"? Thanks Jan