From owner-cvs-src@FreeBSD.ORG Mon Jun 11 19:33:28 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C394A16A46C; Mon, 11 Jun 2007 19:33:28 +0000 (UTC) (envelope-from ariff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id B3EFF13C44C; Mon, 11 Jun 2007 19:33:28 +0000 (UTC) (envelope-from ariff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l5BJXSHx091563; Mon, 11 Jun 2007 19:33:28 GMT (envelope-from ariff@repoman.freebsd.org) Received: (from ariff@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l5BJXSOt091562; Mon, 11 Jun 2007 19:33:28 GMT (envelope-from ariff) Message-Id: <200706111933.l5BJXSOt091562@repoman.freebsd.org> From: Ariff Abdullah Date: Mon, 11 Jun 2007 19:33:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/sound/pci envy24.c envy24.h envy24ht.c envy24ht.h spicds.c spicds.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Jun 2007 19:33:28 -0000 ariff 2007-06-11 19:33:28 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/sound/pci envy24.c envy24.h envy24ht.c envy24ht.h spicds.c spicds.h Log: MFC: Revisions: 1.13 src/sys/dev/sound/pci/envy24.c 1.2 src/sys/dev/sound/pci/envy24.h 1.13 src/sys/dev/sound/pci/envy24ht.c 1.5 src/sys/dev/sound/pci/envy24ht.h 1.6 src/sys/dev/sound/pci/spicds.c 1.4 src/sys/dev/sound/pci/spicds.h Bring in a bunch of bug fixes and some code to support more chipsets. Neither me nor Joel have access to any of this hardware, so all tests have been made by Konstantin and Artem. Commit message mostly written by Konstantin. envy24: - Add test code to support rear line-in input on 'Terratec DMX 6fire' audio card. This code is also intended to be used in the future for support of cards, that have I2C-to-GPIO expanders wired between the control line of the audio codec and the Envy24, however such cards are too complex and i can't add that support without hardware sample of such board, i've already tried and failed. envy24ht: - Add support for 'AudioTrak Prodigy HD2'. - Add support for 'AudioTrak Prodigy 7.1 XT'. - Add support for 'ESI Juli@' (Works ok, DAC volume is hard-coded for the time being, so 'mixer vol ...' doesn't work, only 'mixer pcm ...' works). [1] - Fix bug in the init data for M-Audio Revolution 5.1, that results in distorted sound. - Add software volume control (now 'mixer pcm' works, thanks to Ariff). - Add support for more samples rates - 176.4kHz and 192kHz. - Fix problem with the 192kHz samples rate playback when 24.576MHz crystal is used on the board instead of 49.152MHz crystal. spicds: - Add support for Asahi Kasei flagship DAC - AK4396 (used in AudioTrak Prodigy HD2). Submitted by: Konstantin Dimitrov Tested by: Artem Antonov [1] Revision Changes Path 1.11.2.2 +130 -7 src/sys/dev/sound/pci/envy24.c 1.1.2.2 +13 -0 src/sys/dev/sound/pci/envy24.h 1.11.2.2 +70 -10 src/sys/dev/sound/pci/envy24ht.c 1.4.2.2 +5 -0 src/sys/dev/sound/pci/envy24ht.h 1.5.2.2 +22 -4 src/sys/dev/sound/pci/spicds.c 1.3.2.2 +5 -0 src/sys/dev/sound/pci/spicds.h