From owner-cvs-all@FreeBSD.ORG Mon May 28 15:59:14 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from misaki (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with SMTP id 22A7016A421; Mon, 28 May 2007 15:59:11 +0000 (UTC) (envelope-from ariff@FreeBSD.org) Date: Mon, 28 May 2007 23:58:35 +0800 From: Ariff Abdullah To: Konstantin Dimitrov , Joel Dahl Message-Id: <20070528235835.0291494e.ariff@FreeBSD.org> In-Reply-To: <200705271958.l4RJwdt7069019@repoman.freebsd.org> References: <200705271958.l4RJwdt7069019@repoman.freebsd.org> Organization: FreeBSD X-Mailer: /usr/local/lib/ruby/1.8/net/smtp.rb Mime-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg="PGP-SHA1"; boundary="Signature=_Mon__28_May_2007_23_58_35_+0800_SbBcGriYs+NrpyRE" Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/sound/pci envy24.c envy24.h envy24ht.c envy24ht.h spicds.c spicds.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 May 2007 15:59:14 -0000 --Signature=_Mon__28_May_2007_23_58_35_+0800_SbBcGriYs+NrpyRE Content-Type: text/plain; charset=US-ASCII Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, 27 May 2007 19:58:39 +0000 (UTC) Joel Dahl wrote: [...] > =20 > 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] Ok, this one can be solved with mix_setparentchild() / mix_setrealdev() for dummy parent/child relation. See how it is done in sys/dev/sound/usb/uaudio_pcm.c, pci/hda/hdac.c (not for the faint heart) or pcm/ac97.c . Great work so far :) > - 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. > =20 > spicds: > - Add support for Asahi Kasei flagship DAC - AK4396 (used in > AudioTrak > Prodigy HD2). > =20 > Submitted by: Konstantin Dimitrov > Tested by: Artem Antonov [1] > Reviewed by: ariff > =20 > Revision Changes Path > 1.13 +129 -6 src/sys/dev/sound/pci/envy24.c > 1.2 +13 -0 src/sys/dev/sound/pci/envy24.h > 1.13 +72 -9 src/sys/dev/sound/pci/envy24ht.c > 1.5 +5 -0 src/sys/dev/sound/pci/envy24ht.h > 1.6 +22 -4 src/sys/dev/sound/pci/spicds.c > 1.4 +5 -0 src/sys/dev/sound/pci/spicds.h >=20 >=20 -- Ariff Abdullah FreeBSD ... Recording in stereo is obviously too advanced and confusing for us idiot ***** users :P ........ --Signature=_Mon__28_May_2007_23_58_35_+0800_SbBcGriYs+NrpyRE Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iD8DBQFGWvwrlr+deMUwTNoRAjfiAKDCSpeKLSX5xy4ZAfjG/mm0pY8VYgCdGpCD xU4WSzp5xMBU92iNn/ToGuQ= =TD+i -----END PGP SIGNATURE----- --Signature=_Mon__28_May_2007_23_58_35_+0800_SbBcGriYs+NrpyRE--