From owner-svn-doc-head@FreeBSD.ORG Mon Feb 11 00:08:44 2013 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 45FC6644; Mon, 11 Feb 2013 00:08:44 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 087359F0; Mon, 11 Feb 2013 00:08:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r1B08hSG065091; Mon, 11 Feb 2013 00:08:43 GMT (envelope-from rene@svn.freebsd.org) Received: (from rene@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r1B08hMG065090; Mon, 11 Feb 2013 00:08:43 GMT (envelope-from rene@svn.freebsd.org) Message-Id: <201302110008.r1B08hMG065090@svn.freebsd.org> From: Rene Ladan Date: Mon, 11 Feb 2013 00:08:43 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r40929 - head/en_US.ISO8859-1/books/arch-handbook/sound X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Feb 2013 00:08:44 -0000 Author: rene Date: Mon Feb 11 00:08:43 2013 New Revision: 40929 URL: http://svnweb.freebsd.org/changeset/doc/40929 Log: Some 'igor -z' improvements. Approved by: gjb (mentor) Modified: head/en_US.ISO8859-1/books/arch-handbook/sound/chapter.xml Modified: head/en_US.ISO8859-1/books/arch-handbook/sound/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/arch-handbook/sound/chapter.xml Mon Feb 11 00:08:08 2013 (r40928) +++ head/en_US.ISO8859-1/books/arch-handbook/sound/chapter.xml Mon Feb 11 00:08:43 2013 (r40929) @@ -17,7 +17,7 @@ - Sound subsystem + Sound Subsystem Introduction @@ -96,7 +96,7 @@ - Probing, attaching, etc. + Probing, Attaching, etc. Sound drivers probe and attach in almost the same way as any hardware driver module. You might want to look at the pcm. - The CHANNEL interface + The CHANNEL Interface - Common notes for function parameters + Common Notes for Function Parameters Sound drivers usually have a private data structure to describe their device, and one structure for each play and @@ -234,7 +234,7 @@ - Overview of data transfer operations + Overview of Data Transfer Operations For sound data transfers, the pcm core and the sound drivers @@ -521,7 +521,7 @@ - More functions + More Functions channel_reset(), channel_resetdone(), and @@ -535,7 +535,7 @@ - The MIXER interface + The MIXER Interface mixer_init @@ -656,7 +656,7 @@ - The AC97 interface + The AC97 Interface AC97