From owner-freebsd-usb@FreeBSD.ORG Thu Aug 21 07:22:40 2008 Return-Path: Delivered-To: freebsd-usb@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0AF61106564A; Thu, 21 Aug 2008 07:22:40 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id C32268FC1C; Thu, 21 Aug 2008 07:22:39 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.2/8.14.1) with ESMTP id m7L7LHMT031426; Thu, 21 Aug 2008 01:21:17 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Thu, 21 Aug 2008 01:21:46 -0600 (MDT) Message-Id: <20080821.012146.1791046933.imp@bsdimp.com> To: hselasky@c2i.net From: "M. Warner Losh" In-Reply-To: <200808210905.59150.hselasky@c2i.net> References: <48AC54B8.4040406@FreeBSD.org> <20080820211644.GD16977@elvis.mu.org> <200808210905.59150.hselasky@c2i.net> X-Mailer: Mew version 5.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-multimedia@FreeBSD.org, alfred@FreeBSD.org, freebsd-usb@FreeBSD.org Subject: Re: usb4bsd patch review X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Aug 2008 07:22:40 -0000 In message: <200808210905.59150.hselasky@c2i.net> Hans Petter Selasky writes: : USB audio is the only sound device I know about that is regularly plugged in : and out, which is causing this code path to be executed, unless you load : unload a sound module, which I think is very rarely done. There's a number of CardBus sound cards that I've helped people debug over the years. Also, I know many people will load and unload the sound driver as a way to keep power usage down since doing so puts the device into D3 state. I've fielded many bugs over the years where people have issues with sound because they suddenly removed it while things were playing. Warner