From owner-freebsd-multimedia@FreeBSD.ORG Mon Nov 23 21:58:31 2009 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 5FC891065694 for ; Mon, 23 Nov 2009 21:58:31 +0000 (UTC) (envelope-from mavbsd@gmail.com) Received: from mail-bw0-f220.google.com (mail-bw0-f220.google.com [209.85.218.220]) by mx1.freebsd.org (Postfix) with ESMTP id DF4C98FC19 for ; Mon, 23 Nov 2009 21:58:30 +0000 (UTC) Received: by bwz20 with SMTP id 20so4460386bwz.14 for ; Mon, 23 Nov 2009 13:58:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :x-enigmail-version:content-type:content-transfer-encoding; bh=FzuUipgjkbatN1c0Q4WOWljVULYlB/dbK91LEN6D/E0=; b=iKVesH4dnqQSTa7Fja+XoDpwT/kwHKFDtohqA2zdBT4zFmy6RxiIqBx8mmSKn8Qh9m Oc8lbKmZ1zxQbWImo4zY2WOVQRRMWqBWkip/qMdiFNjc/yUPcWCVWiWufCzAzspKj2E/ punSeTqdDiztXUDKSp3KmGZTsvVz5DOlhK3GE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; b=gIXSSX/5rPpSOImx60ggRahTDc4F8l5n74IZZopFOlTkeoqQ/THWuDKgXJXrH3T8EB lfmpa6RqTViYXoOWPJt3GyB14S140s4zGHK4Fr744KXvxRS5LDIrL5FiF/whqsQ+wOvU LxHNLxyFZCJpozuWkotH5K9HzbleYcfeq5zYY= Received: by 10.204.154.207 with SMTP id p15mr4865970bkw.202.1259013509559; Mon, 23 Nov 2009 13:58:29 -0800 (PST) Received: from mavbook.mavhome.dp.ua (pc.mavhome.dp.ua [212.86.226.226]) by mx.google.com with ESMTPS id 13sm1568873fxm.9.2009.11.23.13.58.28 (version=SSLv3 cipher=RC4-MD5); Mon, 23 Nov 2009 13:58:29 -0800 (PST) Sender: Alexander Motin Message-ID: <4B0B0582.2020805@FreeBSD.org> Date: Mon, 23 Nov 2009 23:58:26 +0200 From: Alexander Motin User-Agent: Thunderbird 2.0.0.23 (X11/20090901) MIME-Version: 1.0 To: Joe Greco References: <200911232150.nANLoYeO059257@aurora.sol.net> In-Reply-To: <200911232150.nANLoYeO059257@aurora.sol.net> X-Enigmail-Version: 0.96.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-multimedia@FreeBSD.org Subject: Re: Pointers to debug lack-of-audio 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: Mon, 23 Nov 2009 21:58:31 -0000 Joe Greco wrote: >>> But that's also getting "Unable to trace" messages. >> That what you have configured still require two DACs. Only one seq=15 >> can share DAC with others. You'll have to disable one of them. > > I don't see two seq=15... am I misreading this? And it isn't clear to me > what it is that requires two DACs. There's only one outbound association, > with all the enabled outputs thrown into it. Is that supposed to work? I > do not paricularly care about headphone jack functionality (nice to have > but definitely optional)... > >> How much >> connectors do you have on case? May be some of configured nids is fake? > > Possible, I suppose. There's a blue and green line in/out on the rear. > There's a headphone and mic on the front. Those are all represented as > nid 16, 19, 20, 21. There's what appears to be a CD input on the system > board, I've been assuming that to be nid 15 / AUX. You suggest nid 17 > was the speaker. That appears to account for all non-disabled nid's. > >> Looking on codec datasheet, nid 17 is mono out, so it is a good >> candidate to be used for speaker. >> >>> Am I supposed to >>> be trying to figure this out before trying to play with gpio signals? >> Better solve all possible problems before, as there is quite large >> number of combinations. > > :-) > > So I think I'm a little lost on what is requiring two DAC's. I thought > by throwing everything in association 0, that'd put the same outputs on > everything. You have configured 4.0 channels (quadro) output with additional stereo redirection output. To handle this 4.0 setup driver needs 2 DACs. As soon as you have only one DAC, all you can setup is one stereo output with additional stereo redirection. It is impossible to make all 3 outputs work, so you should choose which one to disable. > Am I better off disabling everything and then just walking > through one nid at a time trying to establish what's what? I can do > that without toooo much pain. OK. -- Alexander Motin