From owner-freebsd-multimedia@FreeBSD.ORG Fri Jan 4 14:15:24 2008 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 25FEC16A417 for ; Fri, 4 Jan 2008 14:15:24 +0000 (UTC) (envelope-from j.witteveen@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.239]) by mx1.freebsd.org (Postfix) with ESMTP id D4CF413C455 for ; Fri, 4 Jan 2008 14:15:23 +0000 (UTC) (envelope-from j.witteveen@gmail.com) Received: by nz-out-0506.google.com with SMTP id l8so1267380nzf.13 for ; Fri, 04 Jan 2008 06:15:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=pB4le/ruMRIWkhkLfaJbn5K0kXtXyMqs40y2lUo3aJo=; b=nEF4OpcWcUvN+bk/OdLC9ImJTFH3g4X0YTmpcyubwzRuxZa6bSE66atoSxw5gsjjU5a9hF1QDfVBvflhbtjRvVUBL6i4EAE09O3D7NBtI4042QbDw/scHL0RpbPjv9cr+lr3HE0gYLmoN5qhjk1MyeudZvyKgCOX6ct1fxvILSk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=kGWSKP6ePFb99DsfnMnGIysEXDWiibKPrBlj3W6VnKR6Z8ASUlz8hBumCQyA+VrPXv7hLg8LxPF3zqYAZvaKPwwcdddgRxwv+m5QoQcu3RhNm66vZiU+aXVdVyG4CbIErOr4y8Cd/YLFcfJkTNnukh+VYPq1By5UMpaoguI72d0= Received: by 10.142.178.13 with SMTP id a13mr3487618wff.24.1199456122465; Fri, 04 Jan 2008 06:15:22 -0800 (PST) Received: by 10.143.44.11 with HTTP; Fri, 4 Jan 2008 06:15:22 -0800 (PST) Message-ID: <3993a4980801040615v304e441ekdbc8a9027e0b3114@mail.gmail.com> Date: Fri, 4 Jan 2008 15:15:22 +0100 From: "Jouke Witteveen" To: rick-freebsd@kiwi-computer.com In-Reply-To: <20080104021114.GA94321@keira.kiwi-computer.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <3993a4980801020535h4ef4d3ebr461892baa4e39082@mail.gmail.com> <200801031837.m03IbBrd005387@fire.js.berklix.net> <20080103192128.GA90170@keira.kiwi-computer.com> <3993a4980801031646rc5e0dd6t8bd040879bc29c8@mail.gmail.com> <20080104021114.GA94321@keira.kiwi-computer.com> Cc: freebsd-multimedia@freebsd.org Subject: Re: Mixer default values not restored 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, 04 Jan 2008 14:15:24 -0000 On Jan 4, 2008 3:11 AM, Rick C. Petty wrote: > On Fri, Jan 04, 2008 at 01:46:39AM +0100, Jouke Witteveen wrote: > > > > My guess is that either the hint does only work when pcm is compiled > > as a module, or support for it is dropped. In any case I think the > > Handbook should be updated. > > Ah, yeah it might not work if compiled as a module. I'm pretty sure the > hints are only applied to the kernel & modules loaded by the boot loader. > > -- Rick C. Petty > My suggestion went the other way around: I did *not* compile pcm as a module, but directly into the kernel instead. The strange thing is that upon my first inspection of the mixer-initialisation code I cannot find any reason as to why it won't work. Perhaps someone can try the hint approach I described in my first post and send his/her results. Maybe I'm just plain doing something wrong... - Jouke