From owner-freebsd-stable@FreeBSD.ORG Fri Jan 9 19:50:41 2009 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5B3D01065675 for ; Fri, 9 Jan 2009 19:50:41 +0000 (UTC) (envelope-from eugen@grosbein.pp.ru) Received: from grosbein.pp.ru (grosbein.pp.ru [89.189.172.146]) by mx1.freebsd.org (Postfix) with ESMTP id B01ED8FC1A for ; Fri, 9 Jan 2009 19:50:39 +0000 (UTC) (envelope-from eugen@grosbein.pp.ru) Received: from grosbein.pp.ru (localhost [127.0.0.1]) by grosbein.pp.ru (8.14.3/8.14.3) with ESMTP id n09JY9jb001547 for ; Sat, 10 Jan 2009 02:34:09 +0700 (KRAT) (envelope-from eugen@grosbein.pp.ru) Received: (from eugen@localhost) by grosbein.pp.ru (8.14.3/8.14.3/Submit) id n09JY9D1001546 for stable@freebsd.org; Sat, 10 Jan 2009 02:34:09 +0700 (KRAT) (envelope-from eugen) Date: Sat, 10 Jan 2009 02:34:09 +0700 From: Eugene Grosbein To: stable@freebsd.org Message-ID: <20090109193409.GA1443@grosbein.pp.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.3i Cc: Subject: New snd_hda import and very low mixer volume X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jan 2009 19:50:42 -0000 Hi! I've just upgraded from 7.1-PRERELEASE to 7.1-STABLE via source upgrade and divcovered that my sound stopped working. I was aware about recent HDA driver update and tried to switch hw.snd.default_unit back and forth but that did not help. Finally I've realised that's just mixer values changed their meaning: now I can't hear anything at levels 50:50 of both 'mixer pcm' and 'mixer vol' and have to increase values significantly to make sound: upto 85:85 of both. Isn't it a bug? I've Intel D975XBX motherboard with onboard Azalia HDA, default unit is 0: $ cat /dev/sndstat FreeBSD Audio Driver (newpcm: 32bit 2007061600/i386) Installed devices: pcm0: at cad 2 nid 1 on hdac0 [MPSAFE] (1p:2v/1r:1v channels duplex default) pcm1: at cad 2 nid 1 on hdac0 [MPSAFE] (1p:1v/0r:0v channels) Eugene Grosbein