From owner-freebsd-mobile@FreeBSD.ORG Thu Mar 17 16:49:24 2005 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 74D6A16A4CE for ; Thu, 17 Mar 2005 16:49:24 +0000 (GMT) Received: from mail2.itxmarket.com (fw.itxmarket.com [213.11.40.109]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D4EB43D53 for ; Thu, 17 Mar 2005 16:49:24 +0000 (GMT) (envelope-from mich@icommerce.fr) Received: from icommerce.fr (mich2.itxmarket.com [192.168.2.26]) by mail2.itxmarket.com (Postfix) with ESMTP id 2F6F91C08D8; Thu, 17 Mar 2005 17:49:23 +0100 (CET) Received: by icommerce.fr (Postfix, from userid 1001) id 0FB1122836; Thu, 17 Mar 2005 17:49:23 +0100 (CET) Date: Thu, 17 Mar 2005 17:49:23 +0100 From: "Michael L. Hostbaek" To: Kevin Oberman Message-ID: <20050317164923.GG46793@mich2.itxmarket.com> Mail-Followup-To: "Michael L. Hostbaek" , Kevin Oberman , Thiemo Nordenholz , freebsd-mobile@FreeBSD.org References: <20050317150809.GC46793@mich2.itxmarket.com> <20050317163835.B29545D08@ptavv.es.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050317163835.B29545D08@ptavv.es.net> X-Operating-System: FreeBSD 5.3-STABLE i386 X-PGP-Key: http://www.freebsdcluster.org/~mich/ User-Agent: Mutt/1.5.9i cc: Thiemo Nordenholz cc: freebsd-mobile@FreeBSD.org Subject: Re: Function keys X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Mar 2005 16:49:24 -0000 Kevin Oberman (oberman) writes: > Take a look at the mixer(8) channels available and see if you have an > "ogain" mixer. If so, this is Output Gain and does exactly what Volume > does on other hardware. It is a master output level and control volume > over all. Ahh, that ix eplains it. I changed the source of hotkeys to use SOUND_MIXER_[WRITE|READ]_OGAIN - and it works. Thanks ! /mich