Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Jun 2000 22:22:12 -0700 (PDT)
From:      The Utz Family <utz@serv.net>
To:        gandalf@vilnya.demon.co.uk
Cc:        multimedia@FreeBSD.ORG
Subject:   CMI8330 patch that i promised several weeks ago
Message-ID:  <Pine.BSF.4.02.10006012217590.80839-100000@itchy.serv.net>

next in thread | raw e-mail | index | archive | help
hi;

Renaud Waldura gently prodded me into creating this patch. it's very lame
but it causes pcm to make pleasant noises with the CMI8330 that is built
into my motherboard.

it applies to /usr/src/sys/dev/sound/isa/mss.c

1409a1410,1423
> 	/* insanely lame CMI8330 hack. 000601 utz@serv.net
> 
>            recognizing this as an AD1848 is a serious lobotomy!
>            but at least sounds come out of the speakers. this
>            doesnt even support the mixer correctly. u can get
>            volume, but the audio from the cd doesnt show up,
>            probably due to the mixer registers being gratuitously
>            different from the AD1848 ( did the AD1848 even know
>            that cd's existed? ). I'll fix that someday
> 	*/
> 	case  0x01000000:                       /* CMI8330 */
> 	  mss->drq2_rid = -1;
> 	  mss->bd_id = MD_AD1848;
> 	  break;



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?Pine.BSF.4.02.10006012217590.80839-100000>