From owner-freebsd-multimedia@FreeBSD.ORG Fri Mar 18 11:07:45 2011 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1233) id 4797B1065672; Fri, 18 Mar 2011 11:07:45 +0000 (UTC) Date: Fri, 18 Mar 2011 11:07:45 +0000 From: Alexander Best To: freebsd-multimedia@freebsd.org Message-ID: <20110318110745.GA8947@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: SOUND(4)'s hw.snd.verbose section 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: Fri, 18 Mar 2011 11:07:45 -0000 hi there, i read the SOUND(4) manual and i think the hw.snd.verbose section requires some changes. the section claims that hw.snd.verbose changes the level of verbosity of /dev/sndstat. that seems true for hw.snd.verbose={0,1,2,3}, but not for 4. in fact setting hw.snd.verbose=4 doesn't change the /dev/sndstat verbosity, but prints extra debugging info during boot up. so unless hw.snd.verbose=4 was set in /boot/loader.conf it seems to be equal to hw.snd.verbose=3. can anybody confirm my assumption? i could submit a patch for the SOUND(4) manual in that case. cheers. alex -- a13x