From owner-svn-src-head@FreeBSD.ORG Wed Jan 7 16:01:24 2009 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 48F25106564A; Wed, 7 Jan 2009 16:01:24 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 36BE78FC12; Wed, 7 Jan 2009 16:01:24 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id n07G1N6g091432; Wed, 7 Jan 2009 16:01:23 GMT (envelope-from mav@svn.freebsd.org) Received: (from mav@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n07G1N7X091431; Wed, 7 Jan 2009 16:01:23 GMT (envelope-from mav@svn.freebsd.org) Message-Id: <200901071601.n07G1N7X091431@svn.freebsd.org> From: Alexander Motin Date: Wed, 7 Jan 2009 16:01:23 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r186864 - head/share/man/man4 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Jan 2009 16:01:24 -0000 Author: mav Date: Wed Jan 7 16:01:23 2009 New Revision: 186864 URL: http://svn.freebsd.org/changeset/base/186864 Log: Add some more supported controller and codec models. Add one more proposition to check correct PCM audio device usage. Modified: head/share/man/man4/snd_hda.4 Modified: head/share/man/man4/snd_hda.4 ============================================================================== --- head/share/man/man4/snd_hda.4 Wed Jan 7 15:31:46 2009 (r186863) +++ head/share/man/man4/snd_hda.4 Wed Jan 7 16:01:23 2009 (r186864) @@ -455,7 +455,8 @@ On headphones connection rear connectors .Sh HARDWARE The .Nm -driver supports the following audio chipsets: +driver supports many Intel HDA compatible audio chipsets including the +following: .Pp .Bl -bullet -compact .It @@ -465,13 +466,17 @@ ATI SB600 .It Intel 631x/632xESB .It -Intel 82801F +Intel 82801F (ICH6) .It -Intel 82801G +Intel 82801G (ICH7) .It -Intel 82801H +Intel 82801H (ICH8) .It -Intel 82801I +Intel 82801I (ICH9) +.It +Intel 82801J (ICH10) +.It +Intel US15W (SCH) .It nVidia MCP51 .It @@ -481,6 +486,8 @@ nVidia MCP61A .It nVidia MCP61B .It +nVidia MCP63 +.It nVidia MCP65A .It nVidia MCP65B @@ -489,14 +496,16 @@ nVidia MCP67A .It nVidia MCP67B .It +nVidia MCP68 +.It +nVidia MCP69 +.It SiS 966 .It VIA VT8251/8237A .El .Pp -Generic audio chipsets compatible with the Intel HDA specification should work, -but have not been verified yet. -The following codecs have been verified to work: +The following and many other codecs have been verified to work: .Pp .Bl -bullet -compact .It @@ -514,9 +523,11 @@ Analog Devices AD1988B .It CMedia CMI9880 .It -Conexant Venice +Conexant CX20549 (Venice) +.It +Conexant CX20551 (Waikiki) .It -Conexant Waikiki +Conexant CX20561 (Hermosa) .It Realtek ALC260 .It @@ -574,6 +585,8 @@ Sigmatel STAC9872AK .It VIA VT1708 .It +VIA VT1708B +.It VIA VT1709 .El .Sh SEE ALSO @@ -607,7 +620,11 @@ rendering the .Nm driver useless, which usually results in a state where the .Nm -driver seems to attach and work, but without any sound. +driver seems to attach and work, but without any sound. Some of +that cases can be solved by tuning loader.conf variables. But before +trying to fix problem that way, make sure that problem is really exists +and the PCM audio device you are using really corresponds to expected +audio connector. .Pp Due to OSS limitation multichannel (not multidevice) playback is not supported.