From owner-freebsd-questions@FreeBSD.ORG Sun Mar 24 12:03:05 2013 Return-Path: Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 35ECB15FF for ; Sun, 24 Mar 2013 12:03:05 +0000 (UTC) (envelope-from kaltheat@zoho.com) Received: from sender1.zohomail.com (sender1.zohomail.com [72.5.230.95]) by mx1.freebsd.org (Postfix) with ESMTP id 23F5F7FC for ; Sun, 24 Mar 2013 12:03:04 +0000 (UTC) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=zapps768; d=zoho.com; h=date:from:to:cc:subject:message-id:references:mime-version:content-type:in-reply-to:user-agent:sender; b=hXWtTMsFsTk4rtl5DR15LRhYpephxgJLRu7klXAYg/Bd19yWccmmjJ7w9PeZcV9fK/vqn28OImsS OpUtdx5ozsk0UwfG9st7FV5BQpfpO7rtct1a/epfX4nyOFdxGf1h Received: from sol (90-148-103-86.dynamic.dsl.tng.de [86.103.148.90]) by mx.zohomail.com with SMTPS id 1364126583715293.1410713252553; Sun, 24 Mar 2013 05:03:03 -0700 (PDT) Date: Sun, 24 Mar 2013 13:02:55 +0100 From: kaltheat@googlemail.com To: Mark Felder Subject: Re: snd_hda and front headphones jack Message-ID: <20130324120255.GA2988@sol> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: kaltheat@zoho.com X-ZohoMailClient: External X-Zoho-Virus-Status: 2 Cc: freebsd-questions@FreeBSD.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Mar 2013 12:03:05 -0000 On Tue, Mar 12, 2013 at 08:55:49AM -0500, Mark Felder wrote: > Hi guys, > > I seem to be having problems getting my front headphones jack to work. > I've read the snd_hda man page and perhaps I'm doing this wrong, but > here's my setup: > > ... > > If I am looking at this right I believe I need to set nid25 to as=1 which > matches the nid31 Speaker and probably also set seq=15. However, this > doesn't seem to be working. Am I overlooking something obvious? > > > Thanks > Hi, in my setup I disabled all pins referring to "Unknown" and I disabled pins I don't need by setting as=0 without having any issues. I put Headphones and Speaker in same association (anything between 0 and 15, not 0, not 15), then I gave Headphones seq=15 and Speaker seq=14. As mentioned in manpage seq=15 for headphones will duplicate first pin in association, that would be Speaker. If I remember correctly online reconfiguring of device using dev.hdaa.*.reconfig sysctl-variable produced in some cases different devices than rebooting system with same changes of default configuration in device.hints. Regards, kaltheat