From owner-freebsd-multimedia@FreeBSD.ORG Tue Mar 20 17:44:22 2007 Return-Path: X-Original-To: freebsd-multimedia@FreeBSD.org Delivered-To: freebsd-multimedia@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 30BBF16A405 for ; Tue, 20 Mar 2007 17:44:22 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from gateway.cybervisiontech.com.ua (gateway.cybervisiontech.com.ua [88.81.251.18]) by mx1.freebsd.org (Postfix) with ESMTP id 21AFA13C457 for ; Tue, 20 Mar 2007 17:44:21 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from localhost (hq.cybervisiontech.com [127.0.0.1]) by gateway.cybervisiontech.com.ua (Postfix) with ESMTP id 07C5DED4846; Tue, 20 Mar 2007 19:44:12 +0200 (EET) X-Virus-Scanned: amavisd-new at cybervisiontech.com Received: from gateway.cybervisiontech.com.ua ([127.0.0.1]) by localhost (hq.cybervisiontech.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id H0ApoWTX+ncV; Tue, 20 Mar 2007 19:44:06 +0200 (EET) Received: from [10.2.1.87] (rein.cybervisiontech.com.ua [10.2.1.87]) by gateway.cybervisiontech.com.ua (Postfix) with ESMTP id 70C57ED483C; Tue, 20 Mar 2007 19:44:06 +0200 (EET) Message-ID: <46001D6B.7060006@icyb.net.ua> Date: Tue, 20 Mar 2007 19:44:11 +0200 From: Andriy Gapon User-Agent: Thunderbird 1.5.0.10 (X11/20070315) MIME-Version: 1.0 To: Ariff Abdullah References: <45FE6487.9070803@icyb.net.ua> <20070319193457.3fa7609c.ariff@FreeBSD.org> In-Reply-To: <20070319193457.3fa7609c.ariff@FreeBSD.org> Content-Type: text/plain; charset=KOI8-U Content-Transfer-Encoding: 7bit Cc: freebsd-multimedia@FreeBSD.org Subject: Re: snd_hda: no mic input with 0x03f010de chip 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: Tue, 20 Mar 2007 17:44:22 -0000 on 19/03/2007 13:34 Ariff Abdullah said the following: > On Mon, 19 Mar 2007 12:23:03 +0200 > Andriy Gapon wrote: >> >> Sound seems to work normally except from getting input from a mic. I >> tried various mixer settings, including using all possible rec >> sources (mic, line, vol, cd) and setting values for rec, mic and >> line to various values from 0:0 to 100:100 (vol and pcm were always >> at 75). >> > > Known issues on most Analog Device and Sigmatel codecs. Unfortunately > my debugging queues are full. I'll get to you sooner, or you may join > #freebsd-azalia @ irc.freenode.net . Ariff, not sure if this is of any help, but I poked around a little bit and noticed that Linux driver seems to have special code for AD1988 codec, which is what I have: http://fxr.watson.org/fxr/source/sound/pci/hda/patch_analog.c?v=linux-2.6 Mar 14 18:54:19 rein kernel: pcm0: HDA_DEBUG: Parsing AFG nid=1 cad=0 Mar 14 18:54:19 rein kernel: pcm0: Vendor: 0x000011d4 Mar 14 18:54:19 rein kernel: pcm0: Device: 0x00001988 Mar 14 18:54:19 rein kernel: pcm0: Revision: 0x00000004 Mar 14 18:54:19 rein kernel: pcm0: Stepping: 0x00000000 Mar 14 18:54:19 rein kernel: pcm0: PCI Subvendor: 0x82341043 ... Mar 14 18:54:19 rein kernel: pcm0: Mar 14 18:54:19 rein kernel: pcm0: One peculiar thing is that there seems to be 2 mics defined in the Linux code: "front mic" and "mic". There is also some code for detecting some "3stack", "6stack", "laptop" models. -- Andriy Gapon