From owner-cvs-all Sat Feb 23 16:49:48 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1B79E37B400; Sat, 23 Feb 2002 16:49:44 -0800 (PST) Received: (from des@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1O0nib30924; Sat, 23 Feb 2002 16:49:44 -0800 (PST) (envelope-from des) Message-Id: <200202240049.g1O0nib30924@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Sat, 23 Feb 2002 16:49:44 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/sound/pcm channel.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG des 2002/02/23 16:49:44 PST Modified files: sys/dev/sound/pcm channel.c Log: Add a sysctl, sysctl hw.snd.report_soft_formats, that controls whether the AIOGCAP ioctl reports software-emulated formats. It defaults to on. People who use performance-sensitive audio software and do not want it to pick a software-emulated audio format instead of one supported by their hardware should turn it off. This unbreaks isdnphone(1) on systems with PCM-only sound cards. Approved by: cg Revision Changes Path 1.81 +9 -1 src/sys/dev/sound/pcm/channel.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message