From owner-freebsd-multimedia@FreeBSD.ORG Thu Feb 16 07:23:17 2006 Return-Path: X-Original-To: freebsd-multimedia@FreeBSD.org Delivered-To: freebsd-multimedia@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 735B616A420 for ; Thu, 16 Feb 2006 07:23:17 +0000 (GMT) (envelope-from Thomas.Gellekum@gmx.de) Received: from mail.gmx.net (mail.gmx.de [213.165.64.21]) by mx1.FreeBSD.org (Postfix) with SMTP id 3E3AB43D45 for ; Thu, 16 Feb 2006 07:23:15 +0000 (GMT) (envelope-from Thomas.Gellekum@gmx.de) Received: (qmail invoked by alias); 16 Feb 2006 07:23:14 -0000 Received: from bras-co-85-197-6-233.westend.de (EHLO hanbruch.tg.intern) [85.197.6.233] by mail.gmx.net (mp032) with SMTP; 16 Feb 2006 08:23:14 +0100 X-Authenticated: #18235045 To: Ariff Abdullah References: <89irrg26dh.fsf@hanbruch.tg.intern> <20060215210953.0cce9da8.ariff@FreeBSD.org> <20060215232144.7d04184a.ariff@FreeBSD.org> <2lirrgo7c6.fsf@hanbruch.tg.intern> <20060216021229.15d95374.ariff@FreeBSD.org> From: Thomas Gellekum Date: 15 Feb 2006 22:44:40 +0100 In-Reply-To: <20060216021229.15d95374.ariff@FreeBSD.org> Message-ID: <1tbqx8nvp3.fsf@hanbruch.tg.intern> Lines: 25 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii User-Agent: Emacs Gnus X-Y-GMX-Trusted: 0 Cc: freebsd-multimedia@FreeBSD.org Subject: Re: No sound with ALC650 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: Thu, 16 Feb 2006 07:23:17 -0000 Ariff Abdullah writes: > This is a little bit.. uh.. gross.. how about this one: > > http://people.freebsd.org/~ariff/test/ich.c Nope. I never got the error message so that path was never taken. As I'm already showing my complete ignorance about the sound implementation: I added a device_printf to the beginning of that function just to make sure it was called at all and I get pcm0: port 0xe400-0xe4ff,0xd000-0xd07f mem 0xe1080000-0xe1080fff irq 5 at device 6.0 on pci0 pcm0: reset channel 0 pcm0: reset channel 1 pcm0: on kldload snd_ich, and pcm0: reset channel 0 repeatedly when playing a sound file. Is that to be expected? Also, why only channels 0 and 1? tg