From owner-cvs-src@FreeBSD.ORG Sun Apr 17 15:26:52 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4CF3016A4CE; Sun, 17 Apr 2005 15:26:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 21A3243D2D; Sun, 17 Apr 2005 15:26:52 +0000 (GMT) (envelope-from matk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3HFQqxk073157; Sun, 17 Apr 2005 15:26:52 GMT (envelope-from matk@repoman.freebsd.org) Received: (from matk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3HFQqFl073156; Sun, 17 Apr 2005 15:26:52 GMT (envelope-from matk) Message-Id: <200504171526.j3HFQqFl073156@repoman.freebsd.org> From: Mathew Kanner Date: Sun, 17 Apr 2005 15:26:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/sound/usb uaudio_pcm.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Apr 2005 15:26:52 -0000 matk 2005-04-17 15:26:51 UTC FreeBSD src repository Modified files: sys/dev/sound/usb uaudio_pcm.c Log: De-dma the uaudio <-> pcm bridge. We were not capable of doing DMA from this buffer anyway so the constraint that it had to be DMA capable only caused pain when devices failed to aquire the memory. Use a regular malloc instead with sndbuf_setup. Approved by: tanimura (mentor) Revision Changes Path 1.13 +35 -41 src/sys/dev/sound/usb/uaudio_pcm.c