ICH7 audio support?

Joel Dahl joel at FreeBSD.org
Fri Nov 4 00:26:58 PST 2005


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



More information about the freebsd-multimedia mailing list