Date: Thu, 6 Nov 1997 02:24:21 +0200 (EET) From: Vladimir Kushnir <kushnir@ap3.gluk.apc.org> To: freebsd-current@FreeBSD.ORG Subject: attach_mss for full duplex: possible misspelling? Message-ID: <Pine.LNX.3.95.971106022311.9509A-100000@ap3.gluk.apc.org>
next in thread | raw e-mail | index | archive | help
Sorry, perhaps I'm just plainly stupid but isn't there a misspelling in an
attach_mss routine (new sound driver, sound/ad1848.c, lines 1724-1725)? It
calls ad1848_init like
ad1848_init("MS Sound System0", hw_config->io_base + 4,
hw_config->irq,
hw_config->dma,
hw_config->dma, 0, hw_config->osp);
}
(with both dma equal). Should not it spell
...
hw_config->dma,
hw_config->dma2,
... instead? At least, this way it initializes my card (CS4231 based
Yamaha OPL3 PnP duplex card) correctly.
Regards,
Vladimir
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.LNX.3.95.971106022311.9509A-100000>
