From owner-freebsd-questions@FreeBSD.ORG Wed Sep 14 17:10:47 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 18EBE106564A for ; Wed, 14 Sep 2011 17:10:47 +0000 (UTC) (envelope-from jakub_lach@mailplus.pl) Received: from sam.nabble.com (sam.nabble.com [216.139.236.26]) by mx1.freebsd.org (Postfix) with ESMTP id B053B8FC15 for ; Wed, 14 Sep 2011 17:10:46 +0000 (UTC) Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1R3syz-0001Aq-Sg for freebsd-questions@freebsd.org; Wed, 14 Sep 2011 10:10:45 -0700 Date: Wed, 14 Sep 2011 10:10:45 -0700 (PDT) From: Jakub Lach To: freebsd-questions@freebsd.org Message-ID: <1316020245877-4803609.post@n5.nabble.com> In-Reply-To: <20110914134446.GA9714@itcom245.staff.itd.umich.edu> References: <20110914134446.GA9714@itcom245.staff.itd.umich.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: Thinkpad audio question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2011 17:10:47 -0000 See man snd_hda, you probably need to set device.hints. For example, I with T400 have something like this in device hints: hint.hdac.0.cad0.nid22.config="as=1 seq=15" hint.hdac.0.cad0.nid24.config="as=3" hint.hdac.0.cad0.nid26.config="as=1" hint.hdac.0.cad0.nid29.config="as=2" best regards, Jakub Lach -- View this message in context: http://freebsd.1045724.n5.nabble.com/Thinkpad-audio-question-tp4802936p4803609.html Sent from the freebsd-questions mailing list archive at Nabble.com.