From owner-freebsd-multimedia@FreeBSD.ORG Fri May 27 11:43:16 2005 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 18E1116A41C for ; Fri, 27 May 2005 11:43:16 +0000 (GMT) (envelope-from mat@cnd.mcgill.ca) Received: from torrent.cc.mcgill.ca (torrent.cc.mcgill.ca [132.206.27.49]) by mx1.FreeBSD.org (Postfix) with ESMTP id B130A43D49 for ; Fri, 27 May 2005 11:43:15 +0000 (GMT) (envelope-from mat@cnd.mcgill.ca) Received: from mailscan3.cc.mcgill.ca (mailscan3.CC.McGill.CA [132.216.77.250]) by torrent.cc.mcgill.ca (8.12.11/8.12.3) with ESMTP id j4RBhENe000542; Fri, 27 May 2005 07:43:14 -0400 Received: from cube.cnd.mcgill.ca (cube.CND.McGill.CA [132.216.25.196]) by mailscan3.cc.mcgill.ca (8.13.0/8.13.0) with ESMTP id j4RBh1gk005313; Fri, 27 May 2005 07:43:01 -0400 (EDT) Received: from localhost.localdomain (acid.cnd.mcgill.ca [132.216.11.151]) by cube.cnd.mcgill.ca (8.12.11/8.12.11) with ESMTP id j4RBh1Up012201; Fri, 27 May 2005 07:43:01 -0400 Received: from localhost.localdomain (acid [127.0.0.1]) by localhost.localdomain (8.12.11/8.12.11) with ESMTP id j4RBh1J4022765; Fri, 27 May 2005 07:43:01 -0400 Received: (from mat@localhost) by localhost.localdomain (8.12.11/8.12.11/Submit) id j4RBh1iD022764; Fri, 27 May 2005 07:43:01 -0400 Date: Fri, 27 May 2005 07:43:01 -0400 From: Mathew Kanner To: Pyun YongHyeon Message-ID: <20050527114301.GC19350@cnd.mcgill.ca> References: <20050527062200.GA17663@rndsoft.co.kr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050527062200.GA17663@rndsoft.co.kr> User-Agent: Mutt/1.4.2i Organization: I speak for myself, operating in Montreal, CANADA Cc: freebsd-multimedia@freebsd.org Subject: Re: maestro3 hardware volume control X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 May 2005 11:43:16 -0000 On May 27, Pyun YongHyeon wrote: > hint.pcm.0.hwvol_config="0" : select GD(game port interface) pin 6, 7 > hint.pcm.0.hwvol_config="1" : select GPIO pin 4,5 > If there is no hint the driver select GD pin 6, 7. > > In my system selecting GD pins didn't work and a comment at the > beginning of the driver source indicates it didn't ever work. So I'd > like to change to select GPIO pins as a default hardware volume > control. For users needs to select GD pins it could be easily done > with hint.pcm.0.hwvol_config="0" in /boot/device.hints file. > But I think there are no such users since device.hints file had no > such entry. Sorry for the second followup. I think the man page could use the first paragraph. I'm not sure what the policy is for device.hints, maybe it should have a commented out line as an example, but you patch should improve thing to have a reasonable default so it won't be necessary. --Mat