Date: Wed, 7 Jan 2009 16:01:23 +0000 (UTC) From: Alexander Motin <mav@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r186864 - head/share/man/man4 Message-ID: <200901071601.n07G1N7X091431@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200901071601.n07G1N7X091431>