From owner-cvs-all Tue Jan 22 20:44: 9 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 33BCC37B400; Tue, 22 Jan 2002 20:44:04 -0800 (PST) Received: (from cg@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g0N4i4c09967; Tue, 22 Jan 2002 20:44:04 -0800 (PST) (envelope-from cg) Message-Id: <200201230444.g0N4i4c09967@freefall.freebsd.org> From: Cameron Grant Date: Tue, 22 Jan 2002 20:44:03 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/sound/pcm dsp.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 cg 2002/01/22 20:44:03 PST Modified files: sys/dev/sound/pcm dsp.c Log: add more error checking to open of /dev/dsp* and /dev/audio* - if the default format for the chosen subdevice cannot be obtained return an error instead of returning success with an indeteterminate format selected. note that this should never happen once the feederchain builder works for recording. Revision Changes Path 1.53 +18 -2 src/sys/dev/sound/pcm/dsp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message