Download raw body.
AMD 17h/1xh HD Audio testers wanted!
On Tue, 9 Jul 2024 15:42:35 +0000
Anon Loli <anonloli@autistici.org> wrote:
> On Tue, Jul 09, 2024 at 01:10:04AM -0400, George Koehler wrote:
> > Those are not fixes. You want the diff in
> > https://marc.info/?l=openbsd-tech&m=171588776531605&w=2
> >
> > This was committed to OpenBSD-current azalia.c r1.287, but you are
> > missing it because you are running 7.5.
> I think that line 722 differs, for example in the 7.5 azalia.c it says
> > if (intsts & az->pstream.intr_bit) {
>
> and in the patch, it's
> > if (intsts & az-> pstream.intr_bit) {
You have the patch in the wrong format. There should be no & nor
> in the patch. Marc's "download RAW body" should work.
Or get it from cvs or cvsweb. If you have a cvs checkout,
$ cd /sys/dev/pci
$ cvs up -A azalia.c
should give you a -current azalia.c.
Putting a -current azalia.c in a 7.5 kernel might or might not work.
AMD 17h/1xh HD Audio testers wanted!