Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/sys/dev/pci



On Thu, 14 Aug 2008 23:43:27 +0000 (UTC)
"Jared D. McNeill" <jmcneill%netbsd.org@localhost> wrote:

> Audio capture now works on ALC662-GR (as found in the ASUS EeePC 701).
> Note that only ALC662-GR uses generic_mixer_autoinit and
> generic_mixer_init_widget; other codecs will need to be tested and
> converted to address PR#38578: azalia_codec.o is too large.

On my D945GCLF kernel got panic after this change.

In function azalia_codec.c:generic_mixer_create_virtual()
mdac, madc and mmaster should be recalculated before using
in memcpy() because realloc'ed area may be moved.

--
Takahiro Hayashi



Home | Main Index | Thread Index | Old Index