From owner-freebsd-usb@freebsd.org Tue Oct 11 08:21:35 2016 Return-Path: Delivered-To: freebsd-usb@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F198BC0DE8F for ; Tue, 11 Oct 2016 08:21:35 +0000 (UTC) (envelope-from hps@selasky.org) Received: from mail.turbocat.net (heidi.turbocat.net [88.198.202.214]) (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 B8539B3E for ; Tue, 11 Oct 2016 08:21:35 +0000 (UTC) (envelope-from hps@selasky.org) Received: from laptop015.home.selasky.org (unknown [62.141.129.119]) (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 4D0B01FE022; Tue, 11 Oct 2016 10:21:30 +0200 (CEST) Subject: Re: snd_uaudio multichannel problems To: =?UTF-8?Q?Goran_Meki=c4=87?= References: <20161010173118.4lff7phfx2zqm6wz@hal9000.meka.no-ip.org> <660971d2-0857-97b8-e047-b9853609b425@selasky.org> <20161010205648.wg6nfedkogn7gvvw@hal9000.meka.no-ip.org> <294a752d-06ae-0f35-583f-7cc2b5dfa763@selasky.org> Cc: freebsd-usb@freebsd.org From: Hans Petter Selasky Message-ID: Date: Tue, 11 Oct 2016 10:26:28 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 MIME-Version: 1.0 In-Reply-To: <294a752d-06ae-0f35-583f-7cc2b5dfa763@selasky.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Oct 2016 08:21:36 -0000 On 10/11/16 10:09, Hans Petter Selasky wrote: > On 10/10/16 22:56, Goran Mekić wrote: >> I can run virtual_oss, but the man page is not very descriptive. Any >> chance there's a clarification out there? Thanks! > > How do you want to use your audio device? > There is also: virtual_oss -h which describe all options. I was thinking it might be better to put all the options inside a configuration file, but didn't have time to do that yet. --HPS