Date: Tue, 02 Jan 2001 01:23:17 -0700 From: Warner Losh <imp@bsdimp.com> To: multimedia@freebsd.org Subject: ess 1681 followup Message-ID: <200101020823.BAA27103@harmony.village.org>
next in thread | raw e-mail | index | archive | help
ok. I just tried it. The following patch makes a 4.2 stable system
play mp3s :-). This adds support for the ess1681 found in the Digital
HiNote UltraII machines. I'm listening to Rush's Subdivisions right
now. Looks like this chip has a ESS18xx DSP in it.
Now, to setup the jukebox...
I've not tried recording, nor have I tried anything exotic. But then
again, most people will just want to play mp3's :-)
Warner
P.S. I've sent this patch off to cg too.
Index: sbc.c
===================================================================
RCS file: /home/imp/FreeBSD/CVS/src/sys/dev/sound/isa/sbc.c,v
retrieving revision 1.28
diff -u -r1.28 sbc.c
--- sbc.c 2000/10/26 20:31:16 1.28
+++ sbc.c 2001/01/02 08:05:23
@@ -218,6 +218,7 @@
{0x01100000, "Avance Asound 110"}, /* @@@1001 */
{0x01200000, "Avance Logic ALS120"}, /* @@@2001 - ViBRA16X clone */
+ {0x81167316, "ESS ES1681"}, /* ESS1681 */
{0x02017316, "ESS ES1688"}, /* ESS1688 */
{0x68187316, "ESS ES1868"}, /* ESS1868 */
{0x03007316, "ESS ES1869"}, /* ESS1869 */
@@ -737,5 +738,3 @@
DRIVER_MODULE(snd_sbc, isa, sbc_driver, sbc_devclass, 0, 0);
MODULE_DEPEND(snd_sbc, snd_pcm, PCM_MINVER, PCM_PREFVER, PCM_MAXVER);
MODULE_VERSION(snd_sbc, 1);
-
-
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-multimedia" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200101020823.BAA27103>
