From owner-freebsd-multimedia@freebsd.org Fri Jul 6 20:35:43 2018 Return-Path: Delivered-To: freebsd-multimedia@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2131F1029F8E for ; Fri, 6 Jul 2018 20:35:43 +0000 (UTC) (envelope-from hps@selasky.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 9E44295D04 for ; Fri, 6 Jul 2018 20:35:42 +0000 (UTC) (envelope-from hps@selasky.org) Received: by mailman.ysv.freebsd.org (Postfix) id 5BCE01029F81; Fri, 6 Jul 2018 20:35:42 +0000 (UTC) Delivered-To: multimedia@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 47E5E1029F7D for ; Fri, 6 Jul 2018 20:35:42 +0000 (UTC) (envelope-from hps@selasky.org) Received: from mail.turbocat.net (turbocat.net [IPv6:2a01:4f8:c17:6c4b::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D53D495D00 for ; Fri, 6 Jul 2018 20:35:41 +0000 (UTC) (envelope-from hps@selasky.org) Received: from hps2016.home.selasky.org (unknown [62.141.128.70]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id 85F1E26031E; Fri, 6 Jul 2018 22:35:39 +0200 (CEST) Subject: Re: Audio recording from USB To: Kevin Oberman Cc: multimedia@freebsd.org References: <07c88807-a86b-4c33-c418-e0e15ddc4f80@selasky.org> <04571f73-7c5b-ec4e-ced1-dfbf723d7378@selasky.org> From: Hans Petter Selasky Message-ID: Date: Fri, 6 Jul 2018 22:35:18 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Jul 2018 20:35:43 -0000 On 07/06/18 20:24, Kevin Oberman wrote: > In a slightly unrelated issue, is any way to get the uaudio device to > disconnect when I unplug the device without killing Mate? The man page > describes this. I get continual messages: > pcm4: Waiting for sound application to exit! > pcm4: unregister: mixer busy Hi, This is a known issue: mate needs to poll the mixer for detach and then close the mixer handle. --HPS