From owner-freebsd-multimedia@FreeBSD.ORG Tue Jul 29 12:58:13 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 12E341065672 for ; Tue, 29 Jul 2008 12:58:13 +0000 (UTC) (envelope-from CQG00620@nifty.ne.jp) Received: from mail.asahi-net.or.jp (mail1.asahi-net.or.jp [202.224.39.197]) by mx1.freebsd.org (Postfix) with ESMTP id D742E8FC1A for ; Tue, 29 Jul 2008 12:58:12 +0000 (UTC) (envelope-from CQG00620@nifty.ne.jp) Received: from asahi-net.jp (i223105.dynamic.ppp.asahi-net.or.jp [61.125.223.105]) by mail.asahi-net.or.jp (Postfix) with ESMTP id 0D7A01E559; Tue, 29 Jul 2008 21:58:11 +0900 (JST) Date: Tue, 29 Jul 2008 21:58:11 +0900 From: WATANABE Kazuhiro To: freebsd-multimedia In-Reply-To: <20080728164332.GL97161@deviant.kiev.zoral.com.ua> References: <20080728164332.GL97161@deviant.kiev.zoral.com.ua> User-Agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.8 (=?ISO-8859-4?Q?Shij=F2?=) APEL/10.7 Emacs/21.3 (i386--freebsd) MULE/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Message-Id: <20080729125812.0D7A01E559@mail.asahi-net.or.jp> Cc: Subject: Re: AD1985 microphone input 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, 29 Jul 2008 12:58:13 -0000 Hi. At Mon, 28 Jul 2008 19:43:32 +0300, Kostik Belousov wrote: > > At Sun, 27 Jul 2008 11:11:38 -0700 (PDT), > > DoctorD wrote: > > > Hi! > > > > > > I have the same problem, but I have a bit different card: > > > > > > pcm0: port 0xc000-0xc0ff,0xc400-0xc43f mem > > > 0xf7dff800-0xf7dff9ff,0xf7dff400-0xf7dff4ff irq 17 at device 31.5 on pci0 > > > pcm0: [ITHREAD] > > > pcm0: > > > > > > MB: ASUS P4P800 Deluxe > > > > > > I tried to apply you last patch, but my card didn't work... > > > Could you please, create a one more patch for my card. > > > > > > Thanx. > > > > Would you apply the patch below? If your ICH audio controller has a > > different card ID, change the value of the "case" statement in > > ad1985_patch(). To settle the ID, I've referred the following mail: (snip) > BTW, I use the http://people.freebsd.org/~kib/ad1985/setup_mic_ad1985.cc Wow... It's a useful program. To customize the source, we can change various behavior of the sound chip "on the fly". --- WATANABE Kazuhiro (CQG00620@nifty.ne.jp)