Date: Fri, 04 Nov 2005 09:24:52 +0100 From: Joel Dahl <joel@FreeBSD.org> To: pyunyh@gmail.com Cc: freebsd-multimedia@freebsd.org, Brad Karp <bkarp@cs.ucl.ac.uk>, Ariff Abdullah <skywizard@MyBSD.org.my> Subject: Re: ICH7 audio support? Message-ID: <1131092692.664.13.camel@dude.automatvapen.se> In-Reply-To: <20051104055040.GA17139@rndsoft.co.kr> References: <20051103101614.GE8008@smelt.bkarp.co.uk> <20051103184157.1e434bd9.skywizard@MyBSD.org.my> <20051103112704.GA669@smelt.bkarp.co.uk> <20051104055040.GA17139@rndsoft.co.kr>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 2005-11-04 at 14:50 +0900, Pyun YongHyeon wrote:
> On Thu, Nov 03, 2005 at 11:27:04AM +0000, Brad Karp wrote:
> > Thanks, Ariff.
> >
> > When I received your reply, I was already done hacking the device ID
> > for the ICH7 into /sys/dev/sound/pci/ich.c. :-)
> >
> > I'm happy to report that with this hack, snd_ich appears to support
> > the ICH7 just fine for both audio input and output!
> >
>
> Ok. Would you try attached patch?
> It basically adds a new 80801GB AC97 audio id. to conventional ICH
> driver. As the driver now supports so many variants I'd like to make
> a table to ease of maintenance. The patch was generated against CURRENT.
> I don't have these hardwares so it's just guess work.
|+ { NVIDIA_VENDORID, NVIDIA_NFORCE3_250, 0,
|+ "nVidia nForce3 250" },
|+ { AMD_VENDORID, AMD_768, 0,
|+ "AMD-768" },
<snip>
|- case 0x00ea10de:
|- device_set_desc(dev, "nVidia nForce3 250");
|- return BUS_PROBE_DEFAULT;
|-
|- case 0x005910de:
|- device_set_desc(dev, "nVidia nForce4");
|- return BUS_PROBE_DEFAULT;
|-
|- case 0x74451022:
|- device_set_desc(dev, "AMD-768");
|- return BUS_PROBE_DEFAULT;
Hey Pyun, you forgot about nForce4.
--
Joel - joel at FreeBSD dot org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1131092692.664.13.camel>
